noirbizarre / django-eztables

Easy integration between jQuery DataTables and Django.
http://django-eztables.readthedocs.org/en/latest/
GNU Lesser General Public License v3.0
96 stars 36 forks source link

Remove django.js from requirements #15

Open BertrandBordage opened 10 years ago

BertrandBordage commented 10 years ago

Why is django.js a mandatory requirement for django-eztable?

As far as I know, we can use {% url %} template tags instead. I use django-eztables on two websites and none of them use django.js.

I see four reasons why the template tag is better than django.js: