Added user-screen

This commit is contained in:
Mawoka
2023-01-25 18:58:50 +01:00
parent 95b0a4fa63
commit 8d544d7c88
8 changed files with 843 additions and 606 deletions
+9
View File
@@ -270,3 +270,12 @@ class GameInLobby(BaseModel):
game_pin: str
quiz_title: str
game_id: uuid.UUID
#
# class UserProfileLinks(ormar.Model):
# id: int = ormar.Integer(primary_key=True, autoincrement=True)
# user: Optional[User] = ormar.ForeignKey(User)
# github_username: str | None = ormar.Text(nullable=True)
# reddit_username: str | None = ormar.Text(nullable=True)
# kahoot_user_id: str | None = ormar.Text(nullable=True)