#30590: Error in the documentation of the polling app.
-------------------------------------+-------------------------------------
Reporter: | Owner: nobody
adityaanjeet |
Type: | Status: new
Cleanup/optimization |
Component: | Version: 2.2
Documentation | Keywords: Polling App,
Severity: Normal | Documentation
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
Here is the link of the page containing error:-
[
https://docs.djangoproject.com/en/2.2/intro/tutorial03/#overview]// According to my knowledge, for any project if we want to create a
**templates** directory then it is created inside the root directory of
the project.//
But, here what I have found that **in the polling app documentation**, it
is mentioned to create the directory inside the **application** folder.//
//
In the documentation, the project is named as **mysite** and the app is
named as **polls**.//
For creating the **templates** file, the correct path would have to be
**/mysite/templates** but the given path is **/polls/templates**.
--
Ticket URL: <https://code.djangoproject.com/ticket/30590>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.