Switch to side-by-side view

--- a/mail/config/settings.py
+++ b/mail/config/settings.py
@@ -11,4 +11,9 @@
 
 template_config = {'dir': 'app', 'module': 'templates'}
 
+# this is for when you run the config.queue boot
+queue_config = {'queue': 'run/posts', 'sleep': 10}
+
+queue_handlers = ['app.handlers.index']
+
 # the config/boot.py will turn these values into variables set in settings