An Advanced todo list app built with django, that comes with user authentication to keep tasks for different users.
- Use the
virtualenv
module
>>> pip install virtualenv
- Now create a virtual environment and then activate it
>>> py -m venv env
>>> env\Scripts\activate
- Clone the project in the same directory and the install the requirements.txt
(env) >>> pip install -r requirements.txt
To run the project type
(env) >>> python manage.py runserver
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.