add django-extensions

This commit is contained in:
Thomas Steen Rasmussen 2017-03-10 00:07:13 +01:00
parent b90566879d
commit c7571ed9a3
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@ INSTALLED_APPS = [
'allauth',
'allauth.account',
'bootstrap3',
'django_extensions',
]
STATIC_URL = '/static/'

View file

@ -11,6 +11,7 @@ django-allauth==0.30.0
django-bleach==0.3.0
django-bootstrap3==8.1.0
django-debug-toolbar==1.6
django-extensions==1.7.7
django-wkhtmltopdf==3.1.0
docopt==0.6.2
future==0.16.0