Opened 11 years ago
Closed 11 years ago
#21886 closed Uncategorized (invalid)
Writing your first app, part 2 - entering admin site
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
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
Tutorial should inform the reader that he needs make changes to urls.py if we wants to enter localhost/admin. By default in version 1.5.5 (which I'm using) admin url is disabled.
There is an admonition there - "Doesn't match what you see?", this admonition should also inform about the need to make changes in urls.py.
Note:
See TracTickets
for help on using tickets.
As it says there, you need to use the version of the tutorial that matches the version of Django you are using.