Skip to content

Commit

Permalink
Use Django Extensions in dev qa mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Lukach committed Mar 30, 2017
1 parent 65a30ed commit 85626e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cadasta/config/settings/dev_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

INSTALLED_APPS = (
'debug_toolbar',
'django_extensions',
) + INSTALLED_APPS # NOQA

MIDDLEWARE_CLASSES = (
Expand Down
1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ django-compressor==2.0
tox==2.3.1
flake8==2.5.4
django-debug-toolbar==1.5
django-extensions==1.7.7
django-skivvy==0.1.4
ipython==5.1.0

0 comments on commit 85626e4

Please sign in to comment.