Files
olimp/check_problem/apps.py
T
2026-06-15 14:18:53 +03:00

7 lines
157 B
Python

from django.apps import AppConfig
class CheckProblemConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'check_problem'