Opened 13 years ago
Closed 13 years ago
#20064 closed Cleanup/optimization (invalid)
Chapter "Write your first view" not clear with mysite/views.py
| Reported by: | anonymous | 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
Chapter "Write your first view" is not clear.
It introduces mysite/views.py. I followed the tutorial from the beginning, and I don't see where the "mysite" is coming from.
  Note:
 See   TracTickets
 for help on using tickets.
    
Hello,
I can't find the the problem you're referring to.
In the "Write your first view" chapter (tutorial part 3), there's not mention of
mysite/views.py. The file mentioned ispolls/views.py,pollsbeing the application that was created in the first part of the tutorial.Similarly,
mysiteis the name of the project created in the first part and it's mentioned quite a lot throughout the tutorial.