#26255 closed Cleanup/optimization (fixed)
Tutorial part 3 references include() that happens in tutorial 1
Reported by: | ameidatou | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.9 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
In "Writing your first Django app, part 3" in "Writing more views" section in this sentence "The include() functions we are using simply reference other URLconfs"
it's not clear what "include() functions" refers to?
Change History (3)
comment:1 by , 9 years ago
Summary: | In "Writing your first Django app, part 3" in "Writing more views" section it's not clear what include() refers to → Tutorial part 3 references include() that happens in tutorial 1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
This got a bit mixed up in 3653466bdf211ca603ec976c28d4a8da566dc671 -- now the
include()
changes happen in tutorial 1.