bajapro/online-compiler/compiler/apps.py
2025-06-07 16:18:13 +07:00

7 lines
148 B
Python

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