Opened 10 years ago
Closed 10 years ago
#23655 closed Bug (worksforme)
Update of Tutorial Part 2, Templates section
Reported by: | andreafagan | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.7 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Just noticed that the in the "Customizing your project’s templates" section the article said to create Admin Directory in the "Templates" directory.
However we were not instructed to create a templates directory and it does not already exist in the mysite directory.
Change History (2)
comment:1 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 10 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Actually, the first paragraph of https://docs.djangoproject.com/en/dev/intro/tutorial02/#customizing-your-project-s-templates says:
Create a templates directory in your project directory.
That should be enough, no?
Note:
See TracTickets
for help on using tickets.
Good catch, thanks!