Hi all,
I'm using the multidb concept in django1.1. i studied some documentation and
i tried and its working fine. but i have some doubts in that.

class MyModel1(models.Model):
   class Meta:
       managed = False
       db_table = 'table1'
   objects =  ExtDBManager(altconnection1)
   ...
class MyModel2(models.Model):
   class Meta:
       managed = False
       db_table = 'table2'
   objects =  ExtDBManager(altconnection1)


In above piece of code what is "managed = False "
line do.
if anybody know please help.
-- 
Thanks & Regards,
Chiranjeevi.Muttoju

-- 
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