Add OSM_SERVER and OSMUI_SQL_DATABASE_URI to Dockerfile
[osm/LW-UI.git] / rolehandler / apps.py
1 # -*- coding: utf-8 -*-
2 from __future__ import unicode_literals
3
4 from django.apps import AppConfig
5
6
7 class RolehandlerConfig(AppConfig):
8 name = 'rolehandler'