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