#9257 closed (fixed)
Incorrect description of urls.py contents
Reported by: | a2 | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | urls.py | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | yes |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
On this page:
http://docs.djangoproject.com/en/dev/intro/tutorial02/#intro-tutorial02
near the top, this line:
Edit your mysite/urls.py file and uncomment the lines below the “Uncomment this for admin:”
should be edited to match the ulrs.py file as follows:
Edit your mysite/urls.py file and uncomment the lines below the “Uncomment the next line to enable the admin:”
...or the other way around.
but always remember: "Consistency is the last refuge for tiny minds"
Change History (3)
comment:1 by , 16 years ago
Has patch: | unset |
---|---|
Needs documentation: | set |
Triage Stage: | Unreviewed → Accepted |
Version: | 1.0 → SVN |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [9134]) Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.