On 11 Feb 2011, at 10:46 AM, Jan Agermose wrote: > what is that - where is this described?
That is the way the software now processes tasks, they get placed in a message queue to which workers subscribe and do the actual processing - https://secure.wikimedia.org/wikipedia/en/wiki/Message_queue The new documentation has a section on setting up RabbitMQ as the message queue. https://github.com/akissa/baruwa/blob/master/docs/source The locale middleware is enabled in your settings.py file and allows the Baruwa to auto detect a users language settings and serve them in that specific locale if it is translated. Hope that explains it. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

