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
.env.template Normal file
View File

@ -0,0 +1,3 @@
DJANGO_SECRET_KEY=
DJANGO_ENV=prod
DJANGO_HOSTS=localhost,127.0.0.1