On Oct 29, 8:06 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > You can already do what your proposal would allow in middleware as > seen here:http://www.b-list.org/weblog/2007/nov/06/urlconf/
Yes, that's one way. But there's an issue with this: it breaks reverse mappings, which I use a lot. I realize that this is a limitation with Django, the URL system doesn't care about hosts. Only paths. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
