Re: Django vs ExtJS

2015-06-08 Thread Antonio Saponara
ExtJS is a REST *client* wich uses basic CRUD calls to obtain great results with *few lines of code*! It supports CRUD, pagination, sorting and filtering out of the box! Please respect also the 2nd class citizen :-| Django-rest-framework of course is server-side so it is incomparable! It

Re: Django vs ExtJS

2015-06-05 Thread Antonio Saponara
Hi I am developing my REST proxy for Sencha, I have tested with ExtJS and Sencha Touch frameworks and it does support, pagination, remote filters, remote sorting and so on. It's developed with Zend Framework 2 and can support different DB types on the same installation. Have a look at: