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

ModuleNotFoundError: No module named 'django.utils.importlib' #98

Open
patwardhanakshay8 opened this issue Nov 12, 2019 · 1 comment
Open

Comments

@patwardhanakshay8
Copy link

After installing django-endless-pagination, when I am trying to start the server again, I am getting

ModuleNotFoundError: No module named 'django.utils.importlib'

Python: 3.6.3
Django: 1.11.22

@psvtg
Copy link

psvtg commented Dec 4, 2019

in endless_pagination/loaders.py change:
from django.utils.importlib import import_module
to:
from importlib import import_module

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