mq-quiz / quizzes /apps.py
Last commit not found
raw
history blame
146 Bytes
from django.apps import AppConfig
class QuizzesConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "quizzes"