Admin: add edit page (GET/POST), live preview; list shows Edit button; inject page title + watermark on public pages; clean header (only one logout); alignment via flex; add Dockerfile and docker-compose.yml; add gunicorn

This commit is contained in:
2025-09-03 15:46:19 +03:00
parent c87f4fb0d6
commit d2a65dedb3
8 changed files with 144 additions and 11 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
.git
.venv
__pycache__/
*.pyc
*.pyo
*.pyd
*.db
*.sqlite
dist/
build/
node_modules/
*.log