Does this support 1.10 and on? Feels like it doesn't since I get the error:
AttributeError: 'Settings' object has no attribute 'TEMPLATE_LOADERS'
when I try to run django-mobile on anything above 1.9. Is that just me? I know that when I get it to work I skip the setup step involving the django_mobile.loader.Loader and just ignore that and it works perfectly fine.
Does this support 1.10 and on? Feels like it doesn't since I get the error:
AttributeError: 'Settings' object has no attribute 'TEMPLATE_LOADERS'when I try to run django-mobile on anything above 1.9. Is that just me? I know that when I get it to work I skip the setup step involving the
django_mobile.loader.Loaderand just ignore that and it works perfectly fine.