Opened 12 years ago
Closed 12 years ago
#20293 closed Uncategorized (needsinfo)
Writing first django app part 2: Admin isn't initially turned on
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
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
It says that the admin site is active by default, but that isn't true. You need go to into urls.py and uncomment a couple of lines before the admin page is up, otherwise you get the generic Welcome screen.
Note:
See TracTickets
for help on using tickets.
Can you check which version of Django you're using, and which version of the tutorial you're following?
It looks like you're using Django <= 1.5 with the tutorial for the development version (the future 1.6).