Skip to content

Dhruv-Sutail/Taskhandler-in-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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