|
|
|
|
|
by neves
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? Yes, he is right. If you add The rest framework: http://www.django-rest-framework.org/
you can implement your app all the newest JS frameworks and maintaining a great server environment. You'll have nice debugging tools, a great language and a robust and mature framework. |
|