By bloid
via eflorenzano.com
Submitted: May 17 2008 / 07:47
Django now supports Model Inheritance, and one of the coolest new opportunities that model inheritance brings is the possibility of the creation of mixins, so in this post I'll walk through the steps I went through to create some simple examples. This is just an excercise (although it could be modified to be more robust)--and right now there are better ways to achieve all of the effects of the following mixins. (See django-mptt, for example).
SaveShareSend
Tags: frameworks, python
Add your comment