Opened 11 years ago

Closed 11 years ago

#20293 closed Uncategorized (needsinfo)

Writing first django app part 2: Admin isn't initially turned on

Reported by: alexlee0227@… 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.

Change History (1)

comment:1 by Aymeric Augustin, 11 years ago

Resolution: needsinfo
Status: newclosed

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).

Note: See TracTickets for help on using tickets.
Back to Top