On Jan 6, 7:10 am, Rama <ramachandran.rams...@gmail.com> 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 credentials are set in settings.py.

Access to your web app should be a completely separate issue to access
to your database.
--
DR.
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to