WIM handler 87/7287/1
authorlombardofr <lombardo@everyup.it>
Mon, 11 Mar 2019 09:26:08 +0000 (10:26 +0100)
committerlombardofr <lombardo@everyup.it>
Mon, 11 Mar 2019 09:26:08 +0000 (10:26 +0100)
commit3fcf21a3589d2e9f94b2de318d3dc0404f4be94b
tree9fc4c054f3127663bcb72ce8b33030c5bda96ccd
parent478c2a894ec892beafab0f59365b996287e58cb1
WIM handler

Change-Id: I4e9f120d9dc8485db850461bb5eb2d0f66bea3d3
Signed-off-by: lombardofr <lombardo@everyup.it>
21 files changed:
.gitignore
build-debpkg.sh
lib/osm/osmclient/clientv2.py
projecthandler/management/__init__.py [deleted file]
projecthandler/management/commands/__init__.py [deleted file]
projecthandler/management/commands/delete_project_type.py [deleted file]
projecthandler/management/commands/new_project_type.py [deleted file]
projecthandler/template/project/osm/osm_project_left_sidebar.html
requirements.txt
sf_t3d/settings.py
sf_t3d/urls.py
vimhandler/admin.py [deleted file]
vimhandler/models.py [deleted file]
vimhandler/tests.py [deleted file]
wimhandler/__init__.py [new file with mode: 0644]
wimhandler/apps.py [new file with mode: 0644]
wimhandler/template/modal/wim_create.html [new file with mode: 0644]
wimhandler/template/modal/wim_details.html [new file with mode: 0644]
wimhandler/template/wim_list.html [new file with mode: 0644]
wimhandler/urls.py [new file with mode: 0644]
wimhandler/views.py [new file with mode: 0644]