#850 closed defect (fixed)
'myproject.urls' in tutorial02.txt
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In tutorial02.txt, it says:
* Edit your ``myproject.urls`` file and uncomment the line below
I think it would be clearer to say something like:
* Edit your ``myproject/urls.py`` file and uncomment the line below
A minor quibble, but your README suggests reporting such things.
Note:
See TracTickets
for help on using tickets.
(In [1300]) Fixed #850 -- Made clarification in docs/tutorial02.txt. Thanks, Daniel