mirror of
https://github.com/Ai-hack-MAGNUM-OPUS/backend.git
synced 2024-11-24 09:13:44 +03:00
7 lines
146 B
Python
7 lines
146 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class CheckerConfig(AppConfig):
|
||
|
default_auto_field = "django.db.models.BigAutoField"
|
||
|
name = "checker"
|