admin webpack template

This commit is contained in:
LiYang
2016-07-31 15:55:31 +08:00
parent c8b2546ba2
commit fd9f740e76
169 changed files with 14872 additions and 88396 deletions

View File

@@ -53,12 +53,6 @@ INSTALLED_APPS = (
'rest_framework',
)
if DEBUG:
INSTALLED_APPS += (
# 'debug_toolbar',
'rest_framework_swagger',
)
MIDDLEWARE_CLASSES = (
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',