←back to thread

Happy 20th Birthday, Django

(www.djangoproject.com)
578 points davepeck | 2 comments | | HN request time: 0.032s | source
1. atoav ◴[] No.44568839[source]
As a Flask/Fastapi guy I lately made a project with Django and I have to say I am very impressed with how much the defaults worked for my project and how much of the complicated issues were taken care of (e.g. database migrations, prrmission structures).
replies(1): >>44568943 #
2. sgt ◴[] No.44568943[source]
I'm a Django guy and I recently wrote a FastAPI because it needed some async stuff. But that's a rare exception. Most times I will still choose Django and just go sync, which will still scale quite a bit. I might rewrite the FastAPI app in Zig, come to think of it.