dynamicweb/datacenterlight/apps.py
2016-12-20 18:05:20 -05:00

6 lines
105 B
Python

from django.apps import AppConfig
class DatacenterlightConfig(AppConfig):
name = 'datacenterlight'