Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
4
Running
on
Zero
App
Files
Files
Community
824093d
fastapi_django_main_live
/
workspace
/
items
/
apps.py
kenken999
fda
a1de4f5
5 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
from
django.apps
import
AppConfig
class
ItemsConfig
(
AppConfig
):
default_auto_field =
'django.db.models.BigAutoField'
name =
'items'