Closes #18780: External database configuration (#18912)

This commit is contained in:
Jeremy Stretch
2025-03-17 13:23:37 -04:00
committed by GitHub
parent f69de12c6d
commit d4f8cb72aa
7 changed files with 94 additions and 49 deletions

View File

@@ -12,6 +12,14 @@ BASE_PATH = 'netbox/'
---
## DATABASE_ROUTERS
Default: `[]` (empty list)
An iterable of [database routers](https://docs.djangoproject.com/en/stable/topics/db/multi-db/) to use for automatically selecting the appropriate database(s) for a query. This is useful only when [multiple databases](./required-parameters.md#databases) have been configured.
---
## DEFAULT_LANGUAGE
Default: `en-us` (US English)