My first experiment with Django is a kind of wiki that involves being
able to add a variety of different types of pages, each with their own
set of fields. The obvious way to do this would be to create a base
model page class which various page types inherit. But I can't imagine
how the Django ORM layer handles this.

Would I be barking up the wrong tree?

Cheers,

CB.

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