morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
208 stars 64 forks source link

Tried installing this library but it refused with the error AssertionError: No exception message supplied #17

Closed HelloMukama closed 3 years ago

HelloMukama commented 3 years ago

I would very much need this issue addressed by any of you that has succeeded with the installation. What do i do now?

r1bnc commented 3 years ago

Try to check the example: https://github.com/morlandi/django-ajax-datatable/tree/master/example https://github.com/morlandi/django-ajax-datatable/tree/master/example_minimal

Although, I am having problems with the date range. It always result in no data in tables.

r1bnc commented 3 years ago

Also see: https://github.com/morlandi/django-ajax-datatable/issues/1

HelloMukama commented 3 years ago

thats the very one thats not working. its the one generating that error

morlandi commented 3 years ago

The problem with the date range has been clarified with @r1bnc in #18

HelloMukama commented 3 years ago

for me the whole thing from the point of installation does not work

HelloMukama commented 3 years ago

i only tried out the system via theonline demo

r1bnc commented 3 years ago

Try to make a test program to make this program work.