Install the django-debug-toolbar plugin for lots of handy info during development

This commit is contained in:
Danielle McLean 2017-10-27 08:05:50 +11:00
parent 8e974e3745
commit eaf54a4e83
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
4 changed files with 33 additions and 8 deletions

View file

@ -7,11 +7,11 @@ name = "pypi"
[packages]
Django = "*"
django_compressor = "*"
django = "*"
django-compressor = "*"
gunicorn = "*"
"psycopg2" = "*"
Pillow = "*"
pillow = "*"
python-memcached = "*"
django-favicon-plus = "*"
django-meta = "*"
@ -22,8 +22,9 @@ qrcode = "*"
django-otp-agents = "*"
python-slugify = "*"
"mf2py" = "*"
Markdown = "*"
markdown = "*"
bleach = "*"
django-debug-toolbar = "*"
[dev-packages]