Opened 14 years ago
Last modified 14 years ago
#16044 closed Bug
"Writing views" documentarion reference a nonexistent "previous chapter" — at Initial Version
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | Documentarion |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Reference: http://docs.djangoproject.com/en/dev//topics/http/views/
The last line of the first paragraph of the "Writin views" section assert:
"""For the sake of putting the code somewhere, let’s create a file called views.py in the mysite directory, which you created in the previous chapter."""
I guest that this 'whick you created in the previous chapter' is a C&P error from the book. May be the correct line will be more like to:
"""For the sake of putting the code somewhere, the recomendarion is to put our views in the file called views.py, placed in our proyect or application directory"""