incorporate skeleton layout in the galleries
[mediagoblin.git] / paste.ini
index 4c6397fad793336b02f6327ea713b8ddd247bb8d..3c7eb177921cf990da5050cb1f50ee6ec2eea518 100644 (file)
--- a/paste.ini
+++ b/paste.ini
@@ -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
@@ -56,6 +57,11 @@ use = egg:Paste#static
 document_root = %(here)s/user_dev/theme_static/
 cache_max_age = 86400
 
+[app:plugin_static]
+use = egg:Paste#static
+document_root = %(here)s/user_dev/plugin_static/
+cache_max_age = 86400
+
 [filter:errors]
 use = egg:mediagoblin#errors
 debug = false