cookiecutter-django/{{cookiecutter.repo_name}}/requirements/local.txt
Martin Blech a362c4041a Added django-extensions to local configuration
It's one of the recommended apps in Two Scoops of Django. `runserver_plus` and
`shell_plus` are real time-savers!
2014-12-18 18:29:02 -03:00

10 lines
197 B
Plaintext

# Local development dependencies go here
-r base.txt
coverage==3.7.1
Sphinx
django-extensions==1.4.8
Werkzeug==0.9.6
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.2.1