django-user_agents
django-user_agents copied to clipboard
A django package that allows easy identification of visitor's browser, OS and device information, including whether the visitor uses a mobile phone, tablet or a touch capable device.
i have a django 4 app using redis for cache it work fine with memCache but error while using redis exc_info=(, ModuleNotFoundError("No module named 'redis'"), ) 'BACKEND': 'django.core.cache.backends.redis.RedisCache', 'LOCATION': 'redis://127.0.0.1:6379',...
For Ipad pro it shows is_pc = True instead is table = True
In current Django versions: django.core.context_processors.request is now django.template.context_processors.request It should also be noted that in order to enable it you need to add it here: TEMPLATES = [{ ... 'OPTIONS':...
On Chrome for Ipad the method is_mobile and is_tablet returns True for both cases. Is this normal? Shouldn't it return False for mobile? Are there any other known situations where...
Hello, Seems that Django 3.0.7 with python3.9 breaks things Here is the error django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'django_user_agents.templatetags.user_agents': cannot import name 'get_and_set_user_agent' from...
If anyone can help with this error I'd be very appreciative. I think I have the settings correct: > INSTALLED_APPS = ( > '... Lots of apps', > 'django_user_agents' >...
I've observed that in some cases, memcache fails to write, resulting in an exception failing the requests. There is no reason to fail a request for that.
I've got this error when trying to use this module on my Django project. Please for help Thanks
Added pypi and travis badge
Followed every steps provided in documentation but still it gives the following error while migrating. ```shell Traceback (most recent call last): File "manage.py", line 23, in main() File "manage.py", line...