mirror of
https://github.com/ae-utbm/sith.git
synced 2025-05-05 00:54:06 +00:00
7 lines
154 B
Python
7 lines
154 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ReservationConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "reservation"
|