> Are you running the current trunk? There hasn't been a release with the new router yet. Try adding the abc line below (note the comma); you should get a complaint about an unknown key.

I´m running the newest Nightly Built?

> One more question: does this work OK with the old routing logic?

I have not used any routing logic so far?


Kenneth


routers = dict(
    BASE = dict(
        abc = None,
        domains = {
            'economy.nudata.fi' : 'economy',
            'testing.nudata.fi' : 'testapplication',
        }
    ),
)

Reply via email to