Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c21e43e
fastapi_django_main_live
/
controllers
/
test_folders
/
app
/
schema
/
user.py
kenken999
add php laravel
dad4394
9 months ago
raw
Copy download link
history
blame
Safe
130 Bytes
from
pydantic
import
BaseModel
class
UserSchema
(
BaseModel
):
username:
str
password:
str
profile:
str
team_id:
int