Coder Social home page Coder Social logo

ahmedellaban1 / job_finder_template_view Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 13.87 MB

django project create job board website with function based view and class based view template

Python 5.90% CSS 10.33% SCSS 33.36% HTML 13.96% JavaScript 36.45%
django django-template-language django-ubuntu python bootstrap4 summernote

job_finder_template_view's Introduction

Job Finder Template View

django project create job board website with function based view and class based view template


python version 3.11.4

run this command in terminal or CMD

python3 -V

if you have version older than 3.11.4 you can go to www.python.org and get suitable version.


Steps to run this project (windows):

  • open CMD in path you want to download repo on it
  • clone this repo in your device
  • create python virtual environment
  • active the virtual environment
  • install the modules and requires pakages
  • apply migrations files to create database
  • run django server
    git clone repo-link
    cd repo-folder-name
    python -m venv venv
    venv\Scripts\activate
    pip install requirements.txt
    python manage.py migrate
    python manage.py runserver

steps to run this project (linux):

  • open terminal in directory you want to git repo on it
  • clone this repo in your device
  • create python virtual environment
  • active the virtual environment
  • and run django server
    git clone repo-link
    cd repo-folder-name
    python3 -m venv venv
    source venv/bin/activate
    pip install requirements.txt
    python manage.py migrate
    python manage.py runserver

Folder structure

Screenshot from 2023-10-22 14-51-17

Folder Description
core contains settings files and main root url
etc contains every extra files help function, validators
job contains every thing about posts (db models, tables, views, urls)
media this folder not in repo but once you upload image django will create it
migrations contains db tables files that allow django to create database
templates contains (html) files
static contains ( css, Js, img) files
File Description
db.sqlite3 sql-lite file this file depends on database settings in the core/settings.py
manage.py this file auto-created when the django project created
requirements.txt contains installed modules in the project with versions

job_finder_template_view's People

Contributors

ahmedellaban1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.