add django…extensions to support "graph_models"
This commit is contained in:
parent
8f4e7cca1b
commit
723d2a99cc
2 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,5 @@ django-auth-ldap
|
|||
stripe
|
||||
xmltodict
|
||||
psycopg2
|
||||
|
||||
parsedatetime
|
||||
|
|
|
@ -57,6 +57,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django_extensions',
|
||||
'rest_framework',
|
||||
'uncloud_pay',
|
||||
'uncloud_auth',
|
||||
|
|
Loading…
Reference in a new issue