An implementation of "to do list" in the Django framework.
Initially create a virtual environment using python's virtualenv. If you don't know, go to this link.
To run the program it is necessary to install all the requirements that are in the file requirements.txt.
Run the following command within the project directory:
pip install -r requirements.txt
- Igor Cardoso - Initial work - igorxcardoso
This project is licensed under an MIT license - see file LICENSE.md for more details.