Opened 19 years ago
Closed 19 years ago
#559 closed defect (wontfix)
Tutorials should use different project name
Reported by: | anonymous | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | minor | 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
the tutorials use the project name polls and the app name polls, making it hard for beginners to under which polls the tutorial is talking about, i suggest renaming the polls project to polls_project.
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is common in Django; a "polls" app will contains a "poll" model (as well as a "choices" model, etc). It's probably best for people to get used to the difference between an app and a model right off the bat. I'll look into clarifying the wording in the tutorial, however.
Note:
See TracTickets
for help on using tickets.
i meant to say app and model name should be different.