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
+4
View File
@@ -3,6 +3,10 @@ APP_NAME=Pitopn
SECRET_KEY=change-me-to-a-long-random-string
DEBUG=false
# Admin panel (/admin)
ADMIN_USERNAME=admin
ADMIN_PASSWORD=change-me-strong-admin-password
# Database (PostgreSQL 17)
POSTGRES_USER=pitopn
POSTGRES_PASSWORD=change-me-strong-password