InfoTech-Backend/infotech/schedules/apps.py

6 lines
156 B
Python

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