Happy 20th Birthday, Django
djangoproject.com
Happy 20th Birthday, Django
1–10 of 191 posts
Re: Happy 20th Birthday, Django
#2I'm a really happy Django user for 15 years and hopefully I'll still use it for at least another 15!
Django has a lot of beloved features but I think one of the most important is it's stability through the years: I actually have production apps that started on Django 1.4 and python 2.6 and now are updated and with with Django 5 and python 3.13.
All this without too much effort on my side or paying companies to support my projects.
So thank you Django people for the hard work!
Re: Happy 20th Birthday, Django
#3I’ve used Django since 0.96 and keep coming back to it any time I need a web site that works. I’ve dabbled in other stuff but this one just clicks for me.
Here’s to another 20!
Re: Happy 20th Birthday, Django
#4This makes me happy. I wouldn’t have a career if it weren’t for Django.
Re: Happy 20th Birthday, Django
#5This makes me happy. I wouldn’t have a career if it weren’t for Django.
Not even with a different stack?
Re: Happy 20th Birthday, Django
#6Fastapi has completely replaced django for me. I do not miss orm at all.
Re: Happy 20th Birthday, Django
#7Fastapi has completely replaced django for me. I do not miss orm at all.
Django-ninja is a combination of Django with fastapi.
Re: Happy 20th Birthday, Django
#8Not to conflate a framework and a language, but there’s something about Django that makes me feel like I’m writing PHP. What is this effect?
Re: Happy 20th Birthday, Django
#9Django is great! First web framework I really dove deep into, and still what I reach for first when I'm starting a new project in that space.
Re: Happy 20th Birthday, Django
#10Love Django + Django-ninja but the clunky and incomplete async support is painful.