Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eagle006 opened this issue Jul 8, 2020 · 3 comments
Open

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

eagle006 opened this issue Jul 8, 2020 · 3 comments

Comments

@eagle006
Copy link

eagle006 commented Jul 8, 2020

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

@Arti3DPlayer
Copy link
Contributor

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

@eagle006
Copy link
Author

eagle006 commented Jul 9, 2020

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
Copy link
Author

eagle006 commented Jul 9, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants