add django_extensions to INSTALLED_APPS
This commit is contained in:
parent
75e63566a6
commit
824e2d5418
|
@ -93,6 +93,7 @@ INSTALLED_APPS = (
|
|||
'django.contrib.messages',
|
||||
'django.contrib.gis',
|
||||
'places',
|
||||
'django_extensions',
|
||||
# Uncomment the next line to enable the admin:
|
||||
'django.contrib.admin',
|
||||
# Uncomment the next line to enable admin documentation:
|
||||
|
|
Loading…
Reference in New Issue
Block a user