forked from data.coop/membersystem
Add django extensions to installed apps
This commit is contained in:
parent
dfdf065a87
commit
c8ad58f086
|
@ -36,10 +36,11 @@ INSTALLED_APPS = [
|
|||
'django.contrib.staticfiles',
|
||||
'django.contrib.sites',
|
||||
|
||||
'profiles',
|
||||
|
||||
'allauth',
|
||||
'allauth.account',
|
||||
'django_extensions',
|
||||
|
||||
'profiles',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Reference in a new issue