Skip to content

Commit

Permalink
Adds django-extensions to help with development.
Browse files Browse the repository at this point in the history
  • Loading branch information
mojeto committed Jan 30, 2018
1 parent 133d9df commit d85428f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions madewithwagtail/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
INSTALLED_APPS += (
'debug_toolbar',
'wagtail.contrib.wagtailstyleguide',
'django_extensions',
)

CACHE_MIDDLEWARE_SECONDS = 0
Expand Down
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ django-debug-toolbar==1.5
ipdb==0.8
ipython<=5.0,<6.0
flake8
isort
isort
django-extensions

0 comments on commit d85428f

Please sign in to comment.