X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLW-UI.git;a=blobdiff_plain;f=sf_t3d%2Fsettings.py;h=d000e65b975a6ffe364fa45e3605288988e754c6;hp=21563afa9b7833382b5c1f203c02511bbd0f8d05;hb=3fcf21a3589d2e9f94b2de318d3dc0404f4be94b;hpb=478c2a894ec892beafab0f59365b996287e58cb1 diff --git a/sf_t3d/settings.py b/sf_t3d/settings.py index 21563af..d000e65 100644 --- a/sf_t3d/settings.py +++ b/sf_t3d/settings.py @@ -29,7 +29,7 @@ if os.getenv('DJANGO_ENV') == 'prod': DEBUG = False else: DEBUG = True - print DEBUG + ALLOWED_HOSTS = ['*'] AUTH_USER_MODEL = "authosm.OsmUser" @@ -56,6 +56,7 @@ INSTALLED_APPS = [ 'packagehandler', 'descriptorhandler', 'vimhandler', + 'wimhandler', 'instancehandler', 'sdnctrlhandler', 'userhandler', @@ -95,6 +96,7 @@ TEMPLATES = [ os.path.join(BASE_DIR, 'packagehandler', 'template'), os.path.join(BASE_DIR, 'descriptorhandler', 'template'), os.path.join(BASE_DIR, 'vimhandler', 'template'), + os.path.join(BASE_DIR, 'wimhandler', 'template'), os.path.join(BASE_DIR, 'instancehandler', 'template'), os.path.join(BASE_DIR, 'sdnctrlhandler', 'template'), os.path.join(BASE_DIR, 'userhandler', 'templates'),