pivotal-energy-solutions / django-datatable-view

Server-side datatable representations for Django querysets for automatic rendering in templates
Apache License 2.0
347 stars 141 forks source link

example_project, when run " manage.py migrate", error occurs!!! #242

Open eagle006 opened 4 years ago

eagle006 commented 4 years ago

when I run the live demos ,error occurs “AttributeError: module 'datatableview.columns' has no attribute 'CheckBoxSelectColumn' ”. who can tell me what's wrong?

Arti3DPlayer commented 4 years ago

@eagle006 make sure that you install django-datatable-view version from git, I guess pip version is not updated

eagle006 commented 4 years ago

i reinstall it from git,but problem remains! d:\example_project\example_project\example_app\views.py", line 1355, in datatable_class select_data = columns.CheckBoxSelectColumn() AttributeError: module 'datatableview.columns' has no attribute 'CheckBoxSelectColumn'

eagle006 commented 4 years ago

@Arti3DPlayer Thank you!i check the file “columns.py”, pip version lost class CheckBoxSelectColumn!!