Visual Programming Is Unbelievable…
outsystems.com4 pointsby pdhborges0 comments
- Django apps are an anitipattern for large internal / single purpose products due to migration overhead as FKs cross application boundaries
Totally agree with this. Now we have thousands of unsquashable migrations that require a ton of work to fix.
Instead of apps you can just split your components inside a single app using regular python modules.