Changeset 7361 for django/trunk/docs/url_dispatch.txt
- Timestamp:
- 03/24/08 23:42:21 (5 months ago)
- Files:
-
- django/trunk/docs/url_dispatch.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/url_dispatch.txt
r7303 r7361 33 33 algorithm the system follows to determine which Python code to execute: 34 34 35 1. Django determines the root URL Conf module to use; ordinarily35 1. Django determines the root URLconf module to use. Ordinarily, 36 36 this is the value of the ``ROOT_URLCONF`` setting in your 37 37 `settings file`_, but if the incoming ``HttpRequest`` object
