sdn controllers: list, create, show
[osm/LW-UI.git] / sf_t3d / settings.py
index 619f4a2..658bafd 100644 (file)
@@ -48,7 +48,8 @@ INSTALLED_APPS = [
     'sf_user',
     'projecthandler',
     'vimhandler',
-    'instancehandler'
+    'instancehandler',
+    'sdnctrlhandler'
 ]
 
 MIDDLEWARE_CLASSES = [
@@ -80,6 +81,7 @@ TEMPLATES = [
             os.path.join(BASE_DIR, 'projecthandler', 'template', 'project'),
             os.path.join(BASE_DIR, 'vimhandler', 'template'),
             os.path.join(BASE_DIR, 'instancehandler', 'template'),
+            os.path.join(BASE_DIR, 'sdnctrlhandler', 'template'),
         ],
         'APP_DIRS': True,
         'OPTIONS': {