Re: How to make django use psycopg2 as the default engine?

2006-09-19 Thread Waylan Limberg
On 9/19/06, 叮叮当当 <[EMAIL PROTECTED]> wrote: > > i got it. > > DATABASE_ENGINE = 'postgresql_psycopg2' > > but the setting.py's comment don't mention this, 郁闷ing > If I recall correctly, that is because it's not officially supported as there are some compatibility issues in various cases. You may wa

Re: How to make django use psycopg2 as the default engine?

2006-09-19 Thread 叮叮当当
i got it. DATABASE_ENGINE = 'postgresql_psycopg2' but the setting.py's comment don't mention this, 郁闷ing --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

How to make django use psycopg2 as the default engine?

2006-09-18 Thread 叮叮当当
i use postgres database and i installed psycopg2 engine, but it seems the django use psycopg as the default engine , how to change psycopg2 as the engine? thx. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Djang