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:
parent
e91f62b794
commit
c8212df554
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue