lib.itmens/common/apps.py
2020-05-01 22:46:15 +08:00

5 lines
87 B
Python

from django.apps import AppConfig
class CommonConfig(AppConfig):
name = 'common'