Skip to content

redrum15/TodoApp

Repository files navigation

Notespad

This is a ToDo Django project that uses TailwindCSS, it's runing on Heroku and using Postgres as database for production.

Repository Banner

Installation

Create a virtual environment and execute:

pip install requeriments.txt

Usage

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT