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...
6fa6a4a
fastapi_django_main_live
/
tests
/
test_folders
/
api
/
schemas
/
user.py
kenken999
update
b97a3a5
about 2 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