Add django extensions to installed apps

This commit is contained in:
Mikkel Munch Mortensen 2018-06-23 16:17:41 +02:00
parent dfdf065a87
commit c8ad58f086
Signed by untrusted user: decibyte
GPG Key ID: 261C257C74AA764B
1 changed files with 3 additions and 2 deletions

View File

@ -36,10 +36,11 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'django.contrib.sites',
'profiles',
'allauth',
'allauth.account',
'django_extensions',
'profiles',
]
MIDDLEWARE = [