Opened 17 years ago
Closed 17 years ago
#5323 closed (invalid)
Small bug in tutorial
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | 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 the last code sample at http://www.djangoproject.com/documentation/tutorial03/, the 'polls' app was decoupled from mysite, except for the first argument to the 'patterns' function. I tried polls.views and it seems to work, though I'm not sure if doing this has any other implications.
Thanks :-)
Note:
See TracTickets
for help on using tickets.
This is not the sense in which 'decoupling' is meant.