3 ms·
Django for Startup Founders: A better software architecture for SaaS startups and consumer apps: https://web.archive.org/web/20210624040717/https://alexkrupp.ty
by saaspirant 2mo ago
Django for Startup Founders: A better software architecture for SaaS startups and consumer apps: https://web.archive.org/web/20210624040717/https://alexkrupp.typepad.com/sensemaking/2021/06/django-for-startup-founders-a-better-software-architecture-for-saas-startups-and-consumer-apps.html https://web.archive.org/web/20210624040717/https://alexkrupp...
This article is very useful.
I use DRF but not serializers and write validations by hand because it is too abstract for me.
My views just call services and return the result.
- giancarlostoro 2mo agoHave you seen django-bolt? Might interest you, your setup sounds like it would benefit from it. https://github.com/dj-bolt/django-bolt https://github.com/dj-bolt/django-bolt