HimoolERP/apps/user/apps.py
2020-09-27 18:43:01 +08:00

5 lines
83 B
Python

from django.apps import AppConfig
class UserConfig(AppConfig):
name = 'user'