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

Django 1.11 support

Open deschler opened this issue 7 years ago • 1 comments

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.

deschler avatar Mar 07 '18 10:03 deschler

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.

apollodatasolutions avatar Oct 09 '19 16:10 apollodatasolutions