ConstructionConsultationSystem/SystemSettings/apps.py

6 lines
103 B
Python
Raw Normal View History

2019-03-18 19:31:50 +08:00
from django.apps import AppConfig
class SystemsettingsConfig(AppConfig):
name = 'SystemSettings'