X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rolehandler%2Fapps.py;fp=rolehandler%2Fapps.py;h=438f1078e24cfc686e3fe42b6ca4d80026b9ac9f;hb=8da2313d9791c27c6e67511bb0e392aec73ec7c4;hp=0000000000000000000000000000000000000000;hpb=bcc7030f7984b22a7f6556685675b0cd0b68f259;p=osm%2FLW-UI.git diff --git a/rolehandler/apps.py b/rolehandler/apps.py new file mode 100644 index 0000000..438f107 --- /dev/null +++ b/rolehandler/apps.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.apps import AppConfig + + +class RolehandlerConfig(AppConfig): + name = 'rolehandler'