views:

55

answers:

0

Has anyone managed to get django-mptt working with inherited models? After 3 days am close to giving up!

If you use abstract this doesn't work because the children can only have parents within the subclass.

Tried using normal inheritance and django looks for the parent, lft fields etc. in the child class instead of the parent. Can give further details if anyone interested in taking up this challenge!