Switch to side-by-side view

--- a/pyforge/development.ini
+++ b/pyforge/development.ini
@@ -22,6 +22,7 @@
 [app:main]
 use = egg:pyforge
 full_stack = true
+use_queue = true
 #lang = ru
 cache_dir = %(here)s/data
 beaker.session.key = pyforge
@@ -35,7 +36,7 @@
 ming.main.master = mongo://127.0.0.1:27017/pyforge
 
 # SOLR setup
-solr.server = http://localhost:8983/solr/
+solr.server = http://localhost:8983/solr
 
 # If you'd like to fine-tune the individual locations of the cache data dirs
 # for the Cache data, or the Session saves, un-comment the desired settings