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
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 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.
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
The text was updated successfully, but these errors were encountered: