forked from 00dani/lemoncurry
Install the django-debug-toolbar plugin for lots of handy info during development
This commit is contained in:
parent
8e974e3745
commit
eaf54a4e83
4 changed files with 33 additions and 8 deletions
9
Pipfile
9
Pipfile
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue