Hacker News new | ask | show | jobs
by taude 4740 days ago
Use Django when you're an agency making a finite delivery to a client. :)

Edit: on a serious note, use it when all the dependencies it comes with matches what you exactly need. Once you're down the path of swapping something out, all the third-party apps/packages (one of the key features) become useless. This becomes problematic when you start to use something like MongoDB and end up having to write a lot of code on your own.

1 comments

> Use Django when you're an agency making a finite delivery to a client. :)

or when the client is dictating the tech stack. :)