Compare commits

..

2 commits

Author SHA1 Message Date
krek0
7319a738f4 Push latest tag on docker image on release
All checks were successful
Docker / build (release) Successful in 52s
2026-05-04 09:04:59 +02:00
krek0
640c75e499 Fix image display in Docker by loading initial fixtures on startup 2026-05-04 09:04:54 +02:00

View file

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