hi all:)
I have middleware where I dynamically (request.urlconf) load urls.py
for each subdomain (django application)..
if I used (r'^(?P<user>[a-zA-Z0-9-]{4,20})/$', 'user'), its work with
end slash and without,
but (r'^(?P<user>[a-zA-Z0-9-]{4,20})/new/$', 'new'), works only with
end slash..why?
I would like get same response to user/new and user/new/..
I really dont understand why I didnt? thanks a lot:)
Dmitrij

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to