Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
5
Running
on
Zero
App
Files
Files
Community
main
fastapi_django_main_live
/
workspace
/
qanda
/
qanda_app
/
apps.py
kenken999
test
efd3f54
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
149 Bytes
from
django.apps
import
AppConfig
class
QandaAppConfig
(
AppConfig
):
default_auto_field =
'django.db.models.BigAutoField'
name =
'qanda_app'