summaryrefslogtreecommitdiffstats
path: root/newton/newton/settings.py
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2017-09-06 15:30:42 +0800
committerBin Yang <bin.yang@windriver.com>2017-09-06 15:33:09 +0800
commit6f89e2f32ed4bb2a6a6a5447f53dedc12e556bbc (patch)
tree8000f4d15abf0554a5e5b8d7b69e96e12820800e /newton/newton/settings.py
parent21da6a95b1c043c5a17ce1e802295aea26de5a8d (diff)
Refactor proxy API
refactor logger and auth method fix identity proxy bug Change-Id: Ie26c01c2fbf0869dcc77b8c182b775bce90b8d69 Issue-Id: MULTICLOUD-58 Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton/newton/settings.py')
-rw-r--r--newton/newton/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/newton/newton/settings.py b/newton/newton/settings.py
index 682e8eb4..b62a584f 100644
--- a/newton/newton/settings.py
+++ b/newton/newton/settings.py
@@ -35,7 +35,6 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'rest_framework',
- 'newton.pub.database',
]
MIDDLEWARE_CLASSES = [