mirror of
https://github.com/RobbieHan/sandboxMP.git
synced 2026-02-03 19:03:15 +08:00
6 lines
92 B
Python
6 lines
92 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SystemConfig(AppConfig):
|
|
name = 'apps.system'
|