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 loads
this file correctly..but url must be exactly the same like in
urls.py..no appending doesnt work.
I think it should be done due the url entered sub.domain.tld/user. I
think there is some bug during parsing sub.domain.tld. I have looked
through django source code and found way it handling. It load default
urls and cached it. So I need to go deeper and deeper in source code .
So if anybody has some experiences with it, I will welcome your
suggests or ideas.
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