Opened 17 years ago
Closed 17 years ago
#5946 closed (invalid)
error in tutorial
Reported by: | Joe | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Error found in page http://www.djangoproject.com/documentation/tutorial03/
in the urlconf file listed in this tutorial, in this case, mysite/polls/url.py...the following should be commented out until built during the next tutorial stage.
# (r'^(?P<poll_id>\d+)/results/$', 'results'), # (r'^(?P<poll_id>\d+)/vote/$', 'vote'),
If you don't, the admin page is broken. See http://code.djangoproject.com/ticket/5904 for details. I'm new to django and pieced together what i needed to do based on the terse description in that closed ticket. Having this mentioned in the tutorial would have saved me about an hour of grief. Other than that, cool! thanks. :)
Attachments (2)
Change History (4)
by , 17 years ago
comment:1 by , 17 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
If you follow along with the tutorial, you see that the very next thing you do after this change is write the appropriate views; as such, I'm marking this invalid.
Documentation patch.