Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
6
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2456270
fastapi_django_main_live
/
contbk
/
ai
/
app
/
models.py
kenken999
m
e2444ac
7 days ago
raw
Copy download link
history
blame
Safe
185 Bytes
from
django.db
import
models
class
WebSite
(models.Model):
url = models.URLField(unique=
True
)
data = models.TextField(blank=
True
)
def
__str__
(
self
):
return
self.url