Files
sandboxMP/apps/system/apps.py
2018-10-17 15:19:17 +08:00

6 lines
92 B
Python

from django.apps import AppConfig
class SystemConfig(AppConfig):
name = 'apps.system'