Add links to Django doc for standard settings
This commit is contained in:
parent
44af4b769b
commit
2618b081f7
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,8 @@ Default longitude, latitude and zoom for the map
|
|||
Where uMap should store your datalayers and icons, must be consistent with your
|
||||
Nginx configuration.
|
||||
|
||||
See [Django documentation for MEDIA_ROOT](https://docs.djangoproject.com/en/4.2/ref/settings/#media-root)
|
||||
|
||||
#### SECRET_KEY
|
||||
|
||||
Must be defined to something unique and secret.
|
||||
|
@ -85,6 +87,8 @@ The name of the site, to be used in header and HTML title.
|
|||
Where uMap should store static files (CSS, JS…), must be consistent with your
|
||||
Nginx configuration.
|
||||
|
||||
See [Django documentation for STATIC_ROOT](https://docs.djangoproject.com/en/4.2/ref/settings/#static-root)
|
||||
|
||||
#### USE_I18N
|
||||
|
||||
Default is True. Set it to False if you don't want uMap to localize the app.
|
||||
|
|
Loading…
Reference in a new issue