incomplete support to user and project management
[osm/LW-UI.git] / authosm / apps.py
1 from __future__ import unicode_literals
2
3 from django.apps import AppConfig
4
5
6 class AuthosmConfig(AppConfig):
7 name = 'authosm'