Add admin panel, cart, checkout, and digital key delivery

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-25 05:32:05 +03:00
co-authored by Cursor
parent 08cc4b0f1b
commit 54eaff4c70
32 changed files with 1982 additions and 105 deletions
+3
View File
@@ -10,6 +10,9 @@ class Settings(BaseSettings):
secret_key: str = "dev-secret"
debug: bool = False
admin_username: str = "admin"
admin_password: str = "admin123"
postgres_user: str = "pitopn"
postgres_password: str = "pitopn"
postgres_db: str = "pitopn"