InfoTech-Backend/infotech/timeslots/apps.py

7 lines
156 B
Python
Raw Normal View History

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