Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luanpoppe
/
teste-01
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ecec946
teste-01
/
endpoint_teste
/
models.py
luanpoppe
feat: initial commit
dd19e1b
8 months ago
raw
Copy download link
history
blame
Safe
208 Bytes
from
django.db
import
models
# Create your models here.
class
EndpointTesteModel
(models.Model):
teste = models.CharField(blank=
False
, max_length=
300
)
def
__str__
(
self
):
return
self.teste