Switch to side-by-side view
--- a/mail/config/settings.py +++ b/mail/config/settings.py @@ -5,7 +5,7 @@ receiver_config = {'host': 'localhost', 'port': 8823} -handlers = ['app.handlers.sample'] +handlers = ['app.handlers.sample', 'app.handlers.index', 'app.handlers.amqp'] router_defaults = {'host': 'localhost'}