On Fri, 17 Feb 2006, Nicholas Matsakis wrote:

> So, I set up postgresql and now have a somewhat different problem.  I can 
> still run my app and the admin interface using the development server 
> ("python manage.py runserver") but when I run from mod_python I again get 
> errors; this time a rendering error on a http/500 error page (appended).

Never mind... this was caused by my not creating a www user in the 
database. I'm now running Django under apache as I've wanted, with the 
full admin interface.

Still, it seems like this may be a bug of sorts.  It seems like Django 
needs to access the database to throw up a server error page, which is 
problematic when the error is that it can't access the database.

Nick Matsakis

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to