Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 390 Bytes

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!