This is a ToDo Django project that uses TailwindCSS, it's runing on Heroku and using Postgres as database for production.
Create a virtual environment and execute:
pip install requeriments.txt
First don't forget to create an .env
file to setup your secret key and other important variables, then do:
python manage.py migrate
python manage.py runserver
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.