|
|
|
|
|
by matsemann
1247 days ago
|
|
How is that adding an ORM to the ORM? I want all django orm access to happen at defined places, instead of the spaghetti mess it is when people do SomeOtherModulesModel.objects.filter(..) and expose themselves to the internal workings of that module. Access it through a selector instead. |
|
But aside from that you are just adding another layer of abstraction that does not give any benefit when all your models are managed by Django already.