Files
pobsync/.gitignore
Peter van Arkel aea22597ba (bugfix) preserve saved global backup root in Django setup form
Fix the global config edit view so default initial values are only used
when creating a new config, preventing saved backup_root values from
being hidden by form defaults.

Keep pobsync_home as an internal runtime setting instead of exposing it
in the normal Django setup form.

Mount a host backup directory into Docker at /backups and document
POBSYNC_BACKUP_ROOT so backup_root behaves predictably in containers.
2026-05-19 12:48:32 +02:00

11 lines
97 B
Plaintext

__pycache__/
*.py[cod]
.venv/
var/
backups/
.pytest_cache/
.mypy_cache/
*.egg-info/
build/
dist/