1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-04-01 19:31:11 +00:00
2025-03-19 23:18:45 +01:00

7 lines
144 B
Python

from django.apps import AppConfig
class SurveyConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "survey"