HimoolERP/apps/statistic/apps.py
2021-11-04 17:35:34 +08:00

6 lines
150 B
Python

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