Does anyone have experience with Datatableview? I’m not able to get it working and have the following problem
I have installed django-datatable-view with pip and added datatableview in my installed apps in the settings.py.
When I try to import datatable in the views.py file I’m getting the error “No name datatable in module datatableview”.
I’m able to run the example_app but what settings do I need to get it working in my existing apps?