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

ImportError: cannot import name 'get_datatable_structure' (django 3.1.3) #248

Open
DonatoTotalSim opened this issue Dec 2, 2020 · 2 comments

Comments

@DonatoTotalSim
Copy link

The following import:

from datatableview.utils import get_datatable_structure

give an error on django 3.1.3

ImportError: cannot import name 'get_datatable_structure'

@rh0dium
Copy link
Member

rh0dium commented Apr 23, 2021

Still an issue?
This is working for us on 3.2

@antarcticrainforest
Copy link

antarcticrainforest commented May 11, 2021

I am facing the same issue with django-datatable-view version 2.1.5

django.__version__
'3.2.2'
from datatableview.utils import get_datatable_structure
ImportError: cannot import name 'get_datatable_structure' from 'datatableview.utils' 

Currently I am trying to migrate a website that was setup with Django 1.9 to Django 3.X . Could it be that something not quite right configured on the Django settings side?

@maheshguru

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

3 participants