mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-04-01 19:31:11 +00:00
7 lines
144 B
Python
7 lines
144 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SurveyConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "survey"
|