django-macros
django-macros copied to clipboard
Is Django 1.8 supposed to be supported?
I've followed the instructions from the README inside a virtualenv. Django doesn't report any issues loading the macros
app, but when i do {% load macros %}
in a template I get an error
'macros' is not a valid tag library: Template library macros not found, tried django.templatetags.macros,django.contrib.admin.templatetags.macros,django.contrib.staticfiles.templatetags.macros,site_templates.templatetags.macros
As mentioned in the title I'm using Django 1.8.