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 installed and used django-user-agents in a 2.7 django project, using v4 of this repo. The README advised None for USER_AGENTS__CACHE. Upon trying it I got an error, specifically, I got this: InvalidCacheBackendError: Could not find config for 'None' in settings.CACHES
Commented the USER_AGENTS_CACHE out and it worked fine though.
The text was updated successfully, but these errors were encountered:
itali43
changed the title
none for USER_AGENT_CACHE
none for USER_AGENTS_CACHE
Jul 16, 2020
I installed and used django-user-agents in a 2.7 django project, using v4 of this repo. The README advised
None
for USER_AGENTS__CACHE. Upon trying it I got an error, specifically, I got this:InvalidCacheBackendError: Could not find config for 'None' in settings.CACHES
Commented the USER_AGENTS_CACHE out and it worked fine though.
The text was updated successfully, but these errors were encountered: