-
@reis_pt I don't see the benefit, besides homogeneity. Inheriting controllers is less frequent than models, and it's a simple inheritance model (not inherits magic and whatnot). I think using python inheritance makes more sense, stay pythonic when you can...