incomplete support to user and project management 42/6342/2
authorlombardofr <lombardo@everyup.it>
Tue, 12 Jun 2018 09:21:02 +0000 (11:21 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 19 Jul 2018 12:10:28 +0000 (13:10 +0100)
commit84d0a011be869fe264a202779cf121046f4a9a7d
tree452070d43d723daaa079418433c8a2d28f9dd74f
parent0d4daed0dea8c38e158bf4b41b02a57a3458f35c
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