HttpRequest.urlconf
This will be used as the root URLconf for the current request, overriding the ROOT_URLCONF
setting. See How Django processes a request for details.
urlconf
can be set to None
to revert any changes made by previous middleware and return to using the ROOT_URLCONF
.
Changed in Django 1.9:
Setting urlconf=None
raised ImproperlyConfigured
in older versions.
Please login to continue.