mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 20:28:01 +03:00
a362c4041a
It's one of the recommended apps in Two Scoops of Django. `runserver_plus` and `shell_plus` are real time-savers!
10 lines
197 B
Plaintext
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
|