Hacker News new | ask | show | jobs
by rkuykendall-com 3367 days ago
> A friend also expressed that it might not be worth it to use Django if just for the ORM and migrations (backend is just api), is he right?

I only started using Django about 6 months ago, but I would have started much earlier if I'd known about the incredible built-in admin interface. The built-in user system is also very convenient. I think Django makes a great backend-only system, especially in combination with Django REST framework.