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

5 lines
89 B
Python

from django.apps import AppConfig
class AccountConfig(AppConfig):
name = 'account'