Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tddschn
/
mq-quiz
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mq-quiz
/
src
/
quizzes
/
apps.py
Pamela Fox
Move src
f29ddfe
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
146 Bytes
from
django.apps
import
AppConfig
class
QuizzesConfig
(
AppConfig
):
default_auto_field =
"django.db.models.BigAutoField"
name =
"quizzes"