On Fri, Nov 9, 2012 at 6:02 PM, Lucas Nunes ''Ruivinhoshow'' <[email protected]> wrote: > hi, i'm brazilian (sorry for dude engl.. xD ). I want to login an user using > the tables that exists in other db... What do you mean by other db, > i'll need the tables named 'matricula' and 'password', and so i log on > this user in my app... If you want to join the two application databases, use the following query. from django.appName import TableName
-- Satinderpal Singh http://satindergoraya.blogspot.in/ http://satindergoraya91.blogspot.in/ -- 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.

