On Fri, Jun 13, 2008 at 10:33 AM, Pepsi330ml <[EMAIL PROTECTED]> wrote: > > In the Django Tutorial and Django Book, all the codes example was > using SQLObject.
erm... no. None of the code examples use SQLObject. They all use Django's SQL ORM (Object-Relation Model). SQLObject and SQLAlchemy are also SQL ORMs, but they are unrelated to the Django ORM. There's nothing stopping you from using SQLObject or SQLAlchemy in conjunction with Django, but there's nothing built in to Django to support this. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---