/todolist

A simple todolist in Django :)

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

todolist

A simple todolist in Django :)

Follow those steps to run this project:

  • Create a virtualEnv, I recomended virtualenvwrapper
  • pip install -r requirements.txt Obs: Im using sqlite just to test, if you wanna use postgres specify on your local_settings
  • python manage.py migrate
  • python manage.py runserver

To run the tests

  • python manage.py test

Remember: No test, No beer!