diff --git a/share/templates/conf/django/files/local.jinja2 b/share/templates/conf/django/files/local.jinja2 index 8c77eac..980b10f 100644 --- a/share/templates/conf/django/files/local.jinja2 +++ b/share/templates/conf/django/files/local.jinja2 @@ -59,7 +59,7 @@ MEDIA_ROOT = configuration.paths.server.media.dynamic # server root location STATICFILES_DIRS = ( - os.path.join(configuration.paths.project.root, "media"), + os.path.join(configuration.paths.project.root, "share", "media"), ) # debug and debug toolbar settings diff --git a/share/templates/conf/gunicorn/files/local.jinja2 b/share/templates/conf/gunicorn/files/local.jinja2 index 8c77eac..980b10f 100644 --- a/share/templates/conf/gunicorn/files/local.jinja2 +++ b/share/templates/conf/gunicorn/files/local.jinja2 @@ -59,7 +59,7 @@ MEDIA_ROOT = configuration.paths.server.media.dynamic # server root location STATICFILES_DIRS = ( - os.path.join(configuration.paths.project.root, "media"), + os.path.join(configuration.paths.project.root, "share", "media"), ) # debug and debug toolbar settings