Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 299 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 299 Bytes

ToDo List

Description

ToDo List App with Django

Setup

In a python virtual environment, run:

  • pip install -r requirements.txt
  • python manage.py migrate tasks
  • python manage.py createsuperuser (to create user that you will use to log in)

To Run the App

python manage.py runserver