Jun 26, 2024
Same experiences on my side as well. One thing I miss in Django is best practices when it comes to Django apps making use of Domain Driven Design concepts. In most cases CRUD works pretty well. In other cases aggregates, entities and other patterns is a better choice however. https://github.com/flango-dev tries to close this gap (plus some performance improvements on top).