diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-09-17 22:57:53 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-17 22:57:53 +1000 |
commit | f620b65e050e00ebdf7a6f9e07a835a3b285954c (patch) | |
tree | eb0cfc1d7af059352462be3b42cb7d924b4ee7f9 /paste.ini | |
parent | af09b7639218df0c559f9eb10c25b2816e0e84fb (diff) | |
download | mediagoblin-f620b65e050e00ebdf7a6f9e07a835a3b285954c.tar.lz mediagoblin-f620b65e050e00ebdf7a6f9e07a835a3b285954c.tar.xz mediagoblin-f620b65e050e00ebdf7a6f9e07a835a3b285954c.zip |
Set static path relative to codebase.
This help a Guix package to locate the basic static assets.
Diffstat (limited to 'paste.ini')
-rw-r--r-- | paste.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ use = egg:mediagoblin#app config = %(here)s/mediagoblin_local.ini %(here)s/mediagoblin.ini # static paths /mgoblin_media = %(here)s/user_dev/media/public -/mgoblin_static = %(here)s/mediagoblin/static /theme_static = %(here)s/user_dev/theme_static /plugin_static = %(here)s/user_dev/plugin_static |