Compare commits

..

2 commits

Author SHA1 Message Date
krek0
823fe53e22 Push latest tag on docker image on release
All checks were successful
Docker / build (release) Successful in 8s
2026-05-03 23:50:48 +02:00
krek0
1ac1ac81b4 Fix image display in Docker by loading initial fixtures on startup
All checks were successful
Docker / build (release) Successful in 9s
2026-05-03 23:40:17 +02:00

View file

@ -235,6 +235,7 @@ WHITENOISE_MANIFEST_STRICT = False
LOCALE_PATHS = [os.path.join(BASE_DIR, "photo21/locale")] LOCALE_PATHS = [os.path.join(BASE_DIR, "photo21/locale")]
FIXTURE_DIRS = [os.path.join(BASE_DIR, "photo21/fixtures")]
# Do not send email during debug # Do not send email during debug
# By default Django sends mails to localhost:25 without authentification # By default Django sends mails to localhost:25 without authentification