feat: add Products form to admin

This commit is contained in:
2026-05-18 17:07:15 +02:00
parent 3b46a18b29
commit 6471b98ec2
9 changed files with 407 additions and 3 deletions

View File

@@ -316,6 +316,8 @@ TAILWIND_APP_NAME = "theme"
SITE_URL = "http://localhost:8000"
STRIPE_DEFAULT_CURRENCY = "pln"
# Gitea API
GITEA_ROOT_URL = "http://localhost:3000"
GITEA_URL = f"{GITEA_ROOT_URL}/api/v1"