Multi-DB support doesn't exist in 1.1 -- only 1.2 (still in beta).

The "managed" attribute in the Meta tells Django whether it should handle the 
model with its ORM. The default is True. If it's True, Django will make a 
database table for that model. If not, Django's ORM won't do anything to the 
database, and you have to manage data storage and retrieval yourself if you 
want persistence.

Shawn


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