This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Add Django Debug Toolbar
pull/2/merge
Rodolfo Carvalho
10 years ago
parent
bbd2bc6d09
commit
0684d3f043
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
project/settings.py
+1
-0
requirements.txt
+ 1
- 0
project/settings.py
View File
@ -42,6 +42,7 @@ INSTALLED_APPS = (
'
django.contrib.sessions
'
,
'
django.contrib.messages
'
,
'
django.contrib.staticfiles
'
,
'
debug_toolbar
'
,
)
MIDDLEWARE_CLASSES
=
(
+ 1
- 0
requirements.txt
View File
@ -2,3 +2,4 @@ Django==1.8.1
psycopg2==2.6
gunicorn==19.3.0
whitenoise==1.0.6
django-debug-toolbar==1.3.0
Write
Preview
Loading…
Cancel
Save