Opened 12 years ago
Closed 12 years ago
#20334 closed Bug (duplicate)
The tutorial request to edit a file that hasn't been created yet
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
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
Search for this string in the part 2 of the tutorial (https://docs.djangoproject.com/en/1.5/intro/tutorial02/)
"To do this, open the polls/admin.py file, and edit it to look like this"
That file - polls/admin.py - has not been created yet. Please mention that in the same line, like:
"To do this, create a new file under the polls directory called admin.py (polls/admin.py), and edit it to look like this"
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is a duplicate of #20309.