X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=sf_t3d%2Fsettings.py;h=aae8b5ec8e759e35d8679304921ccf84320eb886;hb=refs%2Fchanges%2F76%2F7076%2F2;hp=2b22ac1dd17be760f142458eba751bc1ad2c50a8;hpb=e19f16b989fbb7ef068d6ddfd222a9d0cd1bacb2;p=osm%2FLW-UI.git diff --git a/sf_t3d/settings.py b/sf_t3d/settings.py index 2b22ac1..aae8b5e 100644 --- a/sf_t3d/settings.py +++ b/sf_t3d/settings.py @@ -53,6 +53,7 @@ INSTALLED_APPS = [ 'django.contrib.sessions', 'authosm', 'projecthandler', + 'packagehandler', 'descriptorhandler', 'vimhandler', 'instancehandler', @@ -90,6 +91,7 @@ TEMPLATES = [ os.path.join(BASE_DIR, 'projecthandler', 'template'), os.path.join(BASE_DIR, 'projecthandler', 'template', 'download'), os.path.join(BASE_DIR, 'projecthandler', 'template', 'project'), + 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, 'instancehandler', 'template'),