HimoolERP/apps/statistic/apps.py
2021-11-04 23:09:35 +08:00

6 lines
155 B
Python

from django.apps import AppConfig
class StatisticConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.statistic'