hi all:)
I have middleware where I dynamically (request.urlconf) load urls.py
for each subdomain (django application)..
if I used (r'^(?P[a-zA-Z0-9-]{4,20})/$', 'user'), its work with
end slash and without,
but (r'^(?P[a-zA-Z0-9-]{4,20})/new/$', 'new'), works only with
end slash..why?
I would like
I have middleware where I dynamically load (request.urlconf) urls.py
for each subdomain (application)..if I used (r'^(?P[a-zA-Z0-9-]
{4,20})/$', 'user'), its work with end slash and without, but (r'^(?
P[a-zA-Z0-9-]{4,20})/new/$', 'new'), works only with end
slash..why? I really dont understand wh
hi guys...me again...but now I've done a little step forward, when I
load urls file through request.urlconf it does not append end slash to
any url..:( and urls without trailing slash try map through base
urls.py file (ROOT_URLCONF).
in new url.py file I specify urlpatterns = pattern() not +=. It
3 matches
Mail list logo