InfoTech-Backend/infotech/daytimes/apps.py

7 lines
154 B
Python
Raw Permalink Normal View History

2023-04-22 13:42:09 +08:00
from django.apps import AppConfig
2023-04-22 14:07:08 +08:00
class DaytimesConfig(AppConfig):
2023-04-22 13:42:09 +08:00
default_auto_field = 'django.db.models.BigAutoField'
2023-04-22 14:07:08 +08:00
name = 'daytimes'