Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
6
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eb5ea89
fastapi_django_main_live
/
routers
/
ai
/
models.py
kenken999
test
eb5ea89
8 months ago
raw
Copy download link
history
blame
148 Bytes
from
django.db
import
models
class
DataModel
(models.Model):
id
= models.AutoField(primary_key=
True
)
name = models.CharField(max_length=
255
)