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
998fdb3
fastapi_django_main_live
/
polls
/
controllers
/
ai
/
app
/
schemas
/
user.py
kenken999
test
1f074d8
5 months ago
raw
Copy download link
history
blame
Safe
144 Bytes
from
pydantic
import
BaseModel
class
UserSchema
(
BaseModel
):
username:
str
password:
str
profile:
str
team_id:
int
tags:
str