It isn't immediately available through the django setup - it expects that all accesses to the database from any given application will happen from a single userid that you (typically) specify in settings.py.
There's nothing from stopping you opening your own cursors and doing what you want with other connections, but the framework focuses on using just one. At least at this point. -joe On 4/24/07, Jorge Dominguez <[EMAIL PROTECTED]> wrote: > > > Hi all : > I am newbie in django world. I developed an application not using admin > model > with version 0.96 and using postgresql as RBDMS .- > I wish that all users will use my django application log into postgres > database with your own user ( obviously these accounts will be created ) > instead user defined in settings.py of my site .- > Is possible to do this and if this is affirmative how i can to do it ? > Thanks in advance .- > Best regards .- > > -- > Jorge Dominguez > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---