django-user_agents icon indicating copy to clipboard operation
django-user_agents copied to clipboard

crash with django 4 and redis

Open alibaltschun opened this issue 2 years ago • 0 comments

i have a django 4 app using redis for cache

it work fine with memCache

but error while using redis

exc_info=(<class 'ModuleNotFoundError'>, ModuleNotFoundError("No module named 'redis'"), <traceback object at 0x7fe6b633de40>)

'BACKEND': 'django.core.cache.backends.redis.RedisCache', 'LOCATION': 'redis://127.0.0.1:6379',

already try pip install redis / django_redis but still error.

alibaltschun avatar Jul 07 '22 12:07 alibaltschun