Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Added debug_toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
George Schneeloch committed Sep 25, 2015
1 parent 27e5010 commit 55bdee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lore/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def get_var(name, default):
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'debug_toolbar',
'storages',
'compressor',
'bootstrap3',
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Django==1.8.4
django-appconf==1.0.1
django-bootstrap3==6.2.2
django-compressor==1.5
django-debug-toolbar==1.3.2
django-haystack==2.4.0
djangorestframework==3.2.2
dj-database-url==0.3.0
Expand All @@ -19,6 +20,7 @@ static3==0.6.1
tox>=2.0.2,<3.0.0
uwsgi==2.0.11.1
six==1.9.0
sqlparse==0.1.16
statsd==3.1
git+https://github.com/mitodl/django-settings-export@feature/py3_readme#egg=django-settings-export==1.0.5-odl

Expand Down

0 comments on commit 55bdee8

Please sign in to comment.