import templates from bottle and django. Use bootstrap for HTML content

This commit is contained in:
Thomas Peetz
2025-04-27 14:14:56 +02:00
parent 13faff8e01
commit 8ec0784490
215 changed files with 671 additions and 10178 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ docker: clean
docker build --target=production -t kontor-api -t kontor-api:0.1.0-SNAPSHOT .
dev:
DB_HOST=localhost uv run fastapi dev src/main.py --port 8008
MARIADB_SERVER=localhost uv run fastapi dev src/main.py --port 8008