mirror of
https://github.com/ae-utbm/sith.git
synced 2025-04-04 10:50:27 +00:00
7 lines
142 B
Python
7 lines
142 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AprilConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "april"
|