Implement Manticore fully and re-theme
This commit is contained in:
13
CLAUDE.md
13
CLAUDE.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user