Opened 12 years ago
Closed 12 years ago
#18786 closed Cleanup/optimization (needsinfo)
What to Read Next?
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | home login middleware |
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,
I would like to point out 3 hard-to-find next steps right after reading the Tutorial:
- How to start with a home page for http://127.0.0.1:8000 (a view)
- How to write a public login form (view, template, etc.)
- Where to store the middleware files that myself write
Note:
See TracTickets
for help on using tickets.
Hi Martin, thank-you for your suggestions. If you are interested, feel free to work up a patch for any of these issues. You can find instructions for contributing here: https://docs.djangoproject.com/en/dev/internals/contributing/writing-documentation/