diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-22 10:06:24 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-23 13:33:07 -0500 |
commit | 2f21842159d110d8633ccc6790c1fb6fa3e4b30e (patch) | |
tree | 44ac9629403219317ca03039261900c5c7b0a67a | |
parent | 5ccb16ca20ea55f0dfb16c3e87e65a63b8455e79 (diff) | |
download | mediagoblin-2f21842159d110d8633ccc6790c1fb6fa3e4b30e.tar.lz mediagoblin-2f21842159d110d8633ccc6790c1fb6fa3e4b30e.tar.xz mediagoblin-2f21842159d110d8633ccc6790c1fb6fa3e4b30e.zip |
Oh right, actually mount /plugin_static/ :)
-rw-r--r-- | paste.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ use = egg:Paste#urlmap /mgoblin_media/ = publicstore_serve /mgoblin_static/ = mediagoblin_static /theme_static/ = theme_static +/plugin_static/ = plugin_static [app:mediagoblin] use = egg:mediagoblin#app |