Add custom admin interfaces for Item, Media, Event, CustomList, CustomListItem, and User models

This commit is contained in:
FuzzyGrim
2025-04-22 22:15:43 +02:00
parent 5f4c93d5c0
commit 4298ccf8ea
8 changed files with 215 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ Note that the setting must include the correct protocol (`https` or `http`), and
| CSRF | Comma separated list of trusted origins for `POST` requests when using reverse proxies, e.g. `https://yamtrack.mydomain.com` or `https://yamtrack.mydomain.com, https://yamtrack.mydomain2.com` |
| REGISTRATION | Default to `True`, set to `False` to disable user registration |
| DEBUG | Default to `False`, set to `True` for debugging |
| ADMIN_ENABLED | Default to `False`, set to `True` to enable the Django admin interface |
| PUID | User ID for the app, default to `1000` |
| PGID | Group ID for the app, default to `1000` |
| TZ | Timezone, like `Europe/Berlin`. Default to `UTC` |