On Oct 24, 11:03 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> I'm running Django 91 and 97 on my development server with different
> port numbers and I'm getting admin errors when I log in to the 91
> sites. If I hit refresh enough times, eventually it works.
In case anyone is having the same problem, it appears that my 91 and
97 sites both using Psycopg in the same Apache process didn't like
each other. When I changed the 97 site to use Psycopg2, I could not
reproduce the problem.
This sure isn't a definitive answer, but it's a step in the right
direction.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---