diff -r 89d8432aad9f -r e7c7e6e0a8bc src/.env.tmpl --- a/src/.env.tmpl Mon Nov 26 13:57:30 2018 +0100 +++ b/src/.env.tmpl Tue Nov 27 15:45:45 2018 +0100 @@ -6,9 +6,13 @@ # STATIC_URL=/static/ # The absolute path to the directory where collectstatic will collect static files for deployment. (https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-STATIC_ROOT) -# default: /run/web/static +# default: /run/web/static/ # STATIC_ROOT= +# base url for media resources (ends with "/") +# default : /media/ +# MEDIA_URL=/media/ + # Absolute filesystem path to the directory that will hold user-uploaded files (https://docs.djangoproject.com/en/1.11/ref/settings/#media-root) # default: /run/web/media # MEDIA_ROOT=