From 2618b081f76c75e01732d1535e10b56609270d4a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 29 Jun 2023 15:37:40 +0200 Subject: [PATCH] Add links to Django doc for standard settings --- docs/settings.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/settings.md b/docs/settings.md index 5679e8c8..d8803d7e 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -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.