Re: admin interface startup problems

2007-12-27 Thread hedronist
Not having the book yet (it's in the mail) I'm not sure exactly what is on page 84, so I'll make a couple of suggestions/observations. The "No such table" error message means exactly what it says, so this really feels like "python manage.py syncdb" wasn't run (or wasn't run successfully). In

admin interface startup problems

2007-12-25 Thread Chris Haynes
Following the book, with today's svn checkout of django and a few necessary adjustments, I've gotten things to work until page 84, where I'm stuck in multiple ways. Help greatly appreciated. Trying to visit the admin site in Firefox I get AttributeError at /admin/ 'WSGIRequest' object