What do we do in Django if we want to use complex data models like
JOINs, or a shopping card with invoices and line-items? Do we try and
keep as much in the database as possible using stored procedures or
views?

What happens to the model when you want to do more than just SELECT x,
y, z FROM A?

J.


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

Reply via email to