Add links to Django doc for standard settings

This commit is contained in:
Yohan Boniface 2023-06-29 15:37:40 +02:00
parent 44af4b769b
commit 2618b081f7

View file

@ -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 Where uMap should store your datalayers and icons, must be consistent with your
Nginx configuration. Nginx configuration.
See [Django documentation for MEDIA_ROOT](https://docs.djangoproject.com/en/4.2/ref/settings/#media-root)
#### SECRET_KEY #### SECRET_KEY
Must be defined to something unique and secret. 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 Where uMap should store static files (CSS, JS…), must be consistent with your
Nginx configuration. Nginx configuration.
See [Django documentation for STATIC_ROOT](https://docs.djangoproject.com/en/4.2/ref/settings/#static-root)
#### USE_I18N #### USE_I18N
Default is True. Set it to False if you don't want uMap to localize the app. Default is True. Set it to False if you don't want uMap to localize the app.