reflect changes of project/media to project/share/media

modified:   share/templates/conf/django/files/local.jinja2
	modified:   share/templates/conf/gunicorn/files/local.jinja2
This commit is contained in:
Ronny Abraham 2016-09-16 12:32:55 +03:00
parent e91f62b794
commit c8212df554
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ MEDIA_ROOT = configuration.paths.server.media.dynamic
# server root location # server root location
STATICFILES_DIRS = ( STATICFILES_DIRS = (
os.path.join(configuration.paths.project.root, "media"), os.path.join(configuration.paths.project.root, "share", "media"),
) )
# debug and debug toolbar settings # debug and debug toolbar settings

View file

@ -59,7 +59,7 @@ MEDIA_ROOT = configuration.paths.server.media.dynamic
# server root location # server root location
STATICFILES_DIRS = ( STATICFILES_DIRS = (
os.path.join(configuration.paths.project.root, "media"), os.path.join(configuration.paths.project.root, "share", "media"),
) )
# debug and debug toolbar settings # debug and debug toolbar settings