eds/intranet/apps.py
2018-07-29 11:40:40 +02:00

5 lines
91 B
Python

from django.apps import AppConfig
class IntranetConfig(AppConfig):
name = 'intranet'