Re: Exiting Postgresql user to Django App user

2010-01-06 Thread Christophe Pettus
On Jan 5, 2010, at 11:10 PM, Rama wrote: I would like to use existing postgresql users with my django app, I wonder is there any solutions already available with django... I assume you mean something along the lines of, "I would like to map the user logins on my Django site to PostgreSQL dat

Re: Exiting Postgresql user to Django App user

2010-01-06 Thread Daniel Roseman
On Jan 6, 7:10 am, Rama wrote: > Hi > I would like to use existing postgresql users with my django app, I > wonder is there any solutions already available with django... > > Please let me know. You don't need, or want, to do this. Django connects to the database as a single user, whose credentia

Re: Exiting Postgresql user to Django App user

2010-01-06 Thread Bill Freeman
Have you tried setting DATABASE_USER in settings.py to the desired user? On Wed, Jan 6, 2010 at 2:10 AM, Rama wrote: > Hi > I would like to use existing postgresql users with my django app, I > wonder is there any solutions already available with django... > > Please let me know. -- You received

Exiting Postgresql user to Django App user

2010-01-06 Thread Rama
Hi I would like to use existing postgresql users with my django app, I wonder is there any solutions already available with django... Please let me know. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djang