On Tue, Apr 2, 2013 at 4:49 AM, David Danier <[email protected]> wrote: > This is somethign that does not need to be inside Django core. So why > not just start an thirt party app implementing the proposal?
I did just that: https://pypi.python.org/pypi/django-multiurl. Turns out it takes a fair bit of spelunking inside the guts of the urlresolver, but ends up being a fairly short bit of code. Give it a shot, let me know if it works for your usecase(s). Jacob -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
