Implement Manticore fully and re-theme

This commit is contained in:
2026-03-11 02:19:08 +00:00
parent da044be68c
commit cbedcd67f6
46 changed files with 3444 additions and 944 deletions

View File

@@ -46,3 +46,16 @@ Preferred terms:
| "Them" | "contact" or "remote party" |
Apply this in: comments, template labels, log messages, and variable names.
## Runtime: uWSGI Reload File
The app container uses uWSGI with a single touch-based reload sentinel:
- Reload file: `/code/.uwsgi-reload`
- Config: [docker/uwsgi.ini](/code/xf/GIA/docker/uwsgi.ini)
Rules:
- Never run `python manage.py ...` on the host. Run Django management commands inside Podman, for example with `podman exec`.
- After changing templates or app code that should be picked up by the `gia` uWSGI service, touch `/code/.uwsgi-reload`.
- If the uWSGI config itself changes, touch `/code/.uwsgi-reload` and restart the `gia` container so the new config is loaded.