diff options
| author | Timo Graham <timograham@gmail.com> | 2011-05-22 00:12:48 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-05-22 00:12:48 +0000 |
| commit | 80d60890290768267230dfcff7e70a1343fdbc25 (patch) | |
| tree | 608bf024d3a10863b20efaea85f80bbef6d84cc1 | |
| parent | 940d17409e53658c510c1ae4962312b02e5ccaa4 (diff) | |
Fixed #16051 - Changed a "file" reference in the tutorial to be an actual file rather than a module; thanks felix.morency for the suggestion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/intro/tutorial03.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index bb851b7820..41a62a72d7 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -523,7 +523,7 @@ Here's what happens if a user goes to "/polls/34/" in this system: Now that we've decoupled that, we need to decouple the ``polls.urls`` URLconf by removing the leading "polls/" from each line, and removing the -lines registering the admin site. Your ``polls.urls`` file should now look like +lines registering the admin site. Your ``polls/urls.py`` file should now look like this:: from django.conf.urls.defaults import * |
