mirror of
https://github.com/ae-utbm/sith.git
synced 2025-03-09 23:07:11 +00:00
7 lines
150 B
Python
7 lines
150 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TimetableConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "timetable"
|