You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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'
The text was updated successfully, but these errors were encountered: