/django_jobs

A recruitment management platform for Non-professional jobs built with BootstrapCSS, Python and Django

Primary LanguageHTMLMIT LicenseMIT

Blue Jobs

A recruitment management platform for Non-professional jobs.

Some setups

  • Open the project folder in VSCode

  • Click on the Terminal menu then select New Terminal

  • Enter the following commands in the command line

  • Download project requirements

pip install -r requirements.txt
  • Create database migrations
python manage.py makemigrations

python manage.py migrate
  • Run the development server
python manage.py runserver