Going thru the doc link you gave, I did not understand the term middleware request processing?
but if the incoming HttpRequest object has an attribute called urlconf (set by middleware *request processing*<https://docs.djangoproject.com/en/dev/topics/http/middleware/#request-middleware>), its value will be used in place of the ROOT_URLCONF<https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-ROOT_URLCONF> setting. On Wed, Jun 27, 2012 at 4:16 AM, bruno desthuilliers < bruno.desthuilli...@gmail.com> wrote: > > > On Tuesday, June 26, 2012 6:52:06 PM UTC+2, Sam007 wrote: >> >> Hi, >> >> I am bit confused about what exactly do these urls imply in the url.py >> >> > This is all documented here : > https://docs.djangoproject.com/en/dev/topics/http/urls/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/Zo3bjY0ZFvgJ. > 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. > -- Thanks & Regards Smaran Harihar -- 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.