Исправление создания пароля администратора

This commit is contained in:
2025-12-19 21:49:44 +03:00
parent 719631158d
commit e64d3da7f4
4 changed files with 16 additions and 6 deletions
-1
View File
@@ -6,7 +6,6 @@ from sqlmodel import SQLModel
from library_service.settings import POSTGRES_DATABASE_URL
print(POSTGRES_DATABASE_URL)
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.