Opened 12 years ago
Closed 12 years ago
#20670 closed Cleanup/optimization (fixed)
minor error in the tutorial
| Reported by: | 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
Hi
First of all thank you for having done a great job. I appreciate it very much.
I have stumbled upon an error in the tutorial:
Advanced tutorial: How to write reusable apps
After the previous tutorials I have a polls directory in the static directory not shown in the text.
It occurs (or rather doesn't) after this piece of text:
Your project and your reusable app
After the previous tutorials, our project should look like this:
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I see:
static/ polls images/ background.gif style.csspolls is missing a trailing slash to be consistent with the rest of the layout. Is that what you are referring to?