added 404 page + prepared for production setup

This commit is contained in:
2025-02-14 16:11:03 +01:00
parent 4f5f12473d
commit 72ad6ec081
10 changed files with 70 additions and 13 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
__pycache__
db.sqlite3
/db.sqlite3
/.env