new django app packagehandler 76/7076/2
authorlombardofr <lombardo@everyup.it>
Wed, 19 Dec 2018 16:27:24 +0000 (17:27 +0100)
committerlombardofr <lombardo@everyup.it>
Sun, 30 Dec 2018 11:42:01 +0000 (12:42 +0100)
commite1ed7b27b893b1b66ef1837837debdd30ccc51b4
treedb62fcefc8dad194bee30231ad7e26fe6563f167
parente19f16b989fbb7ef068d6ddfd222a9d0cd1bacb2
new django app packagehandler

Change-Id: Ia5014bd979a44cdd52829b9a074b70fe9a5ea101
Signed-off-by: lombardofr <lombardo@everyup.it>
29 files changed:
.gitignore
descriptorhandler/template/composer.html
descriptorhandler/template/descriptor_new.html [deleted file]
descriptorhandler/template/descriptor_view.html
descriptorhandler/template/descriptorlist.html [deleted file]
descriptorhandler/template/modal/choose_package_name.html
descriptorhandler/urls.py
descriptorhandler/views.py
instancehandler/template/instance_list_ns.html
lib/osm/osmclient/client.py [deleted file]
lib/osm/osmclient/clientv2.py
packagehandler/__init__.py [new file with mode: 0644]
packagehandler/apps.py [new file with mode: 0644]
packagehandler/migrations/__init__.py [new file with mode: 0644]
packagehandler/template/package_list.html [new file with mode: 0644]
packagehandler/template/package_list_ns.html [new file with mode: 0644]
packagehandler/template/package_list_vnf.html [new file with mode: 0644]
packagehandler/urls.py [new file with mode: 0644]
packagehandler/views.py [new file with mode: 0644]
projecthandler/template/project/osm/osm_project_descriptors.html [deleted file]
projecthandler/template/project/osm/osm_project_details.html
projecthandler/template/project/osm/osm_project_left_sidebar.html
projecthandler/template/project/project_descriptors.html
sf_t3d/settings.py
sf_t3d/urls.py
static/src/packagehandler/onboard_package.js [new file with mode: 0644]
static/src/packagehandler/packages_list.js [new file with mode: 0644]
static/src/projecthandler/descriptorslist.js [deleted file]
static/src/projecthandler/onboard_package.js [deleted file]