mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 02:47:03 +00:00
Add custom admin interfaces for Item, Media, Event, CustomList, CustomListItem, and User models
This commit is contained in:
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user