fix commits restore main.py
parent
9b8c3aa05a
commit
8f9e07d71b
|
@ -11,7 +11,9 @@ async def generate_test_data():
|
||||||
"""
|
"""
|
||||||
Создание БД и наполнение ее данными
|
Создание БД и наполнение ее данными
|
||||||
"""
|
"""
|
||||||
print("generating data")
|
from backend.queries.user import UserORM
|
||||||
|
await UserORM.create_tables()
|
||||||
|
await UserORM.insert_admin()
|
||||||
|
|
||||||
|
|
||||||
def create_app():
|
def create_app():
|
||||||
|
|
Loading…
Reference in New Issue