incomplete support to user and project management 58/6358/1
authorlombardofr <lombardo@everyup.it>
Tue, 12 Jun 2018 09:21:02 +0000 (11:21 +0200)
committerlombardofr <lombardo@everyup.it>
Thu, 19 Jul 2018 12:40:12 +0000 (14:40 +0200)
commit099364f3465712ac0232f9535ee15b3b5f902fa9
treeaa60c988f62bda4b2ba44ab83d4a6e8171815e07
parent99624b5f5ae95b0674f7f5005da04281e49ac5aa
incomplete support to user and project management

Change-Id: I9238ec321a292bb23c5c5797681819794dcfd0f0
Signed-off-by: lombardofr <lombardo@everyup.it>
20 files changed:
.gitignore
_.sqlite3 [new file with mode: 0644]
authosm/__init__.py [new file with mode: 0644]
authosm/admin.py [new file with mode: 0644]
authosm/apps.py [new file with mode: 0644]
authosm/backend.py [new file with mode: 0644]
authosm/models.py [new file with mode: 0644]
authosm/tests.py [new file with mode: 0644]
authosm/views.py [new file with mode: 0644]
lib/osm/osmclient/client.py
projecthandler/models.py
projecthandler/osm_model.py
projecthandler/template/project/osm/osm_project_descriptors.html
projecthandler/urls/project.py
projecthandler/views.py
sf_t3d/settings.py
sf_t3d/urls.py
sf_t3d/views.py
template/base.html
template/login.html