fix on users and projects
[osm/LW-UI.git] / rolehandler / apps.py
diff --git a/rolehandler/apps.py b/rolehandler/apps.py
new file mode 100644 (file)
index 0000000..438f107
--- /dev/null
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+from __future__ import unicode_literals
+
+from django.apps import AppConfig
+
+
+class RolehandlerConfig(AppConfig):
+    name = 'rolehandler'