#380 closed (fixed)
Tutorial 1, missing specific directory information
| Reported by: | Steve Steiner | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | normal | Keywords: | tutorial1, directory |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
At the step:
Now Django knows myproject includes the polls app. Let's run another command:
There is no indication of where this command should be run.
The most recent command that had specified a directory location was at:
To create your app, change into the myproject/apps directory and type this command:
Change History (6)
comment:1 by , 20 years ago
| Component: | Tools → Django project website |
|---|---|
| Owner: | changed from to |
comment:2 by , 20 years ago
| Component: | Django project website → Documentation |
|---|
comment:3 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:4 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:5 by , 19 years ago
| Type: | defect |
|---|
Note:
See TracTickets
for help on using tickets.
(In [544]) Fixed #380 -- Clarified tutorial 1. Thanks, ssteiner