Files
app-catalog-felhom.eu/templates
admin 7350cd905a wger: revert 2.6 -> 2.3 (2.6 needs a full DB config the template cannot supply)
wger 2.6 crash-loops on a fresh deploy. Its settings/main.py reads the whole
DJANGO_DB_* set unconditionally -- even when the engine is sqlite:

  ImproperlyConfigured: Set the DJANGO_DB_DATABASE environment variable
  ...then, once that was supplied:
  ImproperlyConfigured: Set the DJANGO_DB_USER environment variable

Satisfying it means either stuffing in dummy USER/PASSWORD/HOST/PORT values that
the sqlite backend ignores, or giving wger a real Postgres sidecar. The first is
a hack, the second is compose restructuring -- both outside this campaign's
allowed-fix set.

Reverted to the previously shipped 2.3. NOTE: the interim DJANGO_DB_DATABASE
line added earlier in this campaign is reverted TOO, deliberately -- on 2.3 the
sqlite path came from wger's own default, and pinning a different explicit path
would have pointed an existing customer's wger at an empty database.

Campaign 7 catalog sweep.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Nn3VgQk9iwEGgyx6QJ2NvE
2026-07-19 02:26:02 +02:00
..
2026-07-18 22:37:35 +02:00
2026-07-18 22:59:11 +02:00
2026-07-18 22:59:12 +02:00
2026-07-18 22:59:12 +02:00
2026-07-18 22:59:12 +02:00
2026-07-18 22:59:13 +02:00
2026-07-18 22:59:13 +02:00
2026-07-18 22:59:13 +02:00
2026-07-18 23:27:03 +02:00
2026-07-18 23:27:03 +02:00
2026-07-18 23:27:04 +02:00
2026-07-18 23:27:04 +02:00
2026-07-18 23:27:05 +02:00
2026-07-18 23:27:05 +02:00
2026-07-18 23:27:05 +02:00
2026-07-18 23:27:05 +02:00
2026-07-18 23:27:06 +02:00