Tuesday, January 25, 2011

Re: Announcing djeneralize

On Tue, Jan 25, 2011 at 11:43 AM, Euan Goddard <euan.goddard@gmail.com> wrote:
> Hi,
>
> I've recently been working on an open source project to augment the
> inheritance of models in Django. This project, called "djeneralize"
> allows you to declare specializations on your models and then query
> the general case model and get back the specialized instances. A
> simple example of the models might be:
>

Hi Euan, sounds good.

Had you come across django_polymorphic[1]? This library also covers
similar goals.

Cheers

Tom

[1] http://bserve.webhop.org/django_polymorphic/

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment