Hacker News new | ask | show | jobs
by gt565k 3422 days ago
I had used Django back in version 1.3 and was just thinking today of how I need to brush up, as it has been a few years.

The timing of this article couldn't have been better. Now I've got my weekend cut out :)

1 comments

Everything about Django 1.8 and above blows everything below away. Its all the same, but so much better. The admin app keeps getting better, migrations are a first class citizen and make ongoing change management and deployment a snap.

If you want to make a solid, stable web-app Django is a perfect backend.

This is so true. Point in case - Instagram also runs on Django!