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.
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.