398: /admin broken

jo***@bunst****** (Google Code) (Is this you? Claim this profile.)
Feb. 9, 2008
What's the URL of the page containing the problem?

/admin

What steps will reproduce the problem?
1. Go to /admin

What is the expected output? What do you see instead?

Admin screen. Instead, I get a no-template found error.

What operating system are you using? What browser?

OS X, Safari.
david
#1 david
/admin is provided by the django admin framework.  TemplateNotFound sounds like you
might have a broken django revision (try updating it), but it might also be a
deployment problem.  http://djangobook.com/en/1.0/chapter20/ has some instructions
specific to the admin site.
  • +UserError