migration-wip

This commit is contained in:
2022-08-12 18:17:04 +03:00
parent 9c60318919
commit 5859a4db40
4 changed files with 10 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ class User(Base):
id = 0,
email = "welcome@discours.io",
username = "welcome@discours.io",
name = "Дискурс",
slug = "discours",
userpic = 'https://discours.io/images/logo-mini.svg',
)