Opened 15 years ago

Closed 15 years ago

#10883 closed (invalid)

Template does not exist for admin site on initial creation

Reported by: rodericj Owned by: nobody
Component: Documentation Version: 0.96
Severity: 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

http://www.djangoproject.com/documentation/0.96/tutorial02/

In the older versions of django there is a setup for an admin site. You can add the site to the INSTALLED_APPS list but the template for the admin site (admin/index.html) is never defined.

Change History (1)

comment:1 by Karen Tracey, 15 years ago

Resolution: invalid
Status: newclosed

Any questions about getting stuff to work on an old level of Django should be directed to the django-users list. You may be hitting a problem in the old install where template and other data files were not installed properly. This has been corrected in the current code, so one fix would be to upgrade to the latest release. Alternatively if you post to django-users someone may be able to help you out with how to manually get the templates installed properly.

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