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 'ultracache.middleware' #9

Open
mmichealjroberts opened this issue Aug 18, 2020 · 1 comment
Open

Comments

@mmichealjroberts
Copy link

Installed django-ultracache, and added 'ultracache.middleware.UltraCacheMiddleware', to my middleware.

When spinning the project up, I receive the following error:

ModuleNotFoundError: No module named 'ultracache.middleware'

which in turn is throwing an error in my wsgi.py application:

django.core.exceptions.ImproperlyConfigured: WSGI application 'my_project.wsgi.application' could not be loaded; Error importing module.

requirements.txt:

django-ultracache==2.0.0

@hedleyroos
Copy link
Contributor

Hi Michael. The readme at https://github.com/hedleyroos/django-ultracache is for the current development version. If you change your install requirement to -e [email protected]:hedleyroos/django-ultracache.git@develop#egg=django-ultracache you may install the development version with the new middleware.

I've also moved the official home of this project to https://github.com/hedleyroos/django-ultracache. Would you mind logging tickets there?

I will update the pypi page to reflect the new home. As soon as the next release of ultracache is made it will hopefully clear up the confusion during this transition.

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