From 8ddc8accaa3a0480a3ee5f299a1f35ebb0f4826d Mon Sep 17 00:00:00 2001 From: ecstt Date: Thu, 2 Jul 2026 17:36:49 +0200 Subject: [PATCH] change variables since settings.main used by manage.py uses DJANGO_* --- docs/installation/from-source.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/from-source.rst b/docs/installation/from-source.rst index 0e83b54..9469329 100644 --- a/docs/installation/from-source.rst +++ b/docs/installation/from-source.rst @@ -105,8 +105,8 @@ A minimal example: TIME_ZONE=Europe/Berlin # Application - MEDIA_ROOT=/home/wger/media - STATIC_ROOT=/home/wger/static + DJANGO_MEDIA_ROOT=/home/wger/media + DJANGO_STATIC_ROOT=/home/wger/static # Django Setup DJANGO_SETTINGS_MODULE=settings.main