Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 464 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 464 Bytes

Taskido❤️

Steps to install and run in local system 🚀🚀🚀

  • Create a virtual environment python -m venv <env_name>
  • Activate virtual environment source <env_name>/bin/activate
  • Install requirements in venv pip install -r requirements.txt
  • Make migrations python manage.py makemigrations
  • Apply migrations python manage.py migrate
  • Create a super user python manage.py createsuperuser
  • Run the server python manage.py runserver