Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.07 KB

readme.md

File metadata and controls

40 lines (28 loc) · 1.07 KB

Task Handler

Python Django HTML5 CSS3 Bootstrap

Steps to Run project

  1. Clone the repository
  2. Run the following command in the project directory to install dependencies:
pip install -r requirements.txt
  1. Run the following command to create the database:
python manage.py makemigrations
  1. Run the following command to migrate the database:
python manage.py migrate
  1. Run the following command to create the superuser:
python manage.py createsuperuser
  1. Run the following command to run the server:
python manage.py runserver