Skip to content

Commit

Permalink
Merge pull request #109 from springload/feature/django-extensions
Browse files Browse the repository at this point in the history
Adds django-extensions to help with development.
  • Loading branch information
mojeto authored Jan 31, 2018
2 parents 133d9df + d85428f commit a04a257
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 a04a257

Please sign in to comment.