django-responsive
django-responsive copied to clipboard
Django 1.11 support
Is django-responsive supposed to work with Django 1.11?
All i get from device info is:
{u'width': None, u'pixelratio': None, u'type': None, u'height': None}
The setup worked before with older Django versions, so i'm wondering what is going wrong.
It does work with Django 1.11 (we use it with that version currently), you are probably missing something in the install. Keep in mind you need to add to both the TEMPLATE_CONTEXT_PROCESSORS and the MIDDLEWARE_CLASSES.