dynamicweb2/datacenterlight/apps.py
2023-12-06 16:45:14 +05:30

5 lines
105 B
Python
Executable file

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