5 ms·
I haven't used Django in about 10 or 12 years but I cracked it open the day. It was cool to see all the things I loved are largely unchanged; I was able to step
by explodes 1y ago
I haven't used Django in about 10 or 12 years but I cracked it open the day. It was cool to see all the things I loved are largely unchanged; I was able to step right back in.
- BiteCode_dev 1y agoThe ecosystem has improved thought. django-ninja is great for API, django-coton brings component supports and you have better options than celery for qeueing.
- sgt 1y agoI've stuck to DRF for all these years. But wouldn't mind looking at django-ninja. Is it better?