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

Is Django 1.8 supposed to be supported?

Open szabba opened this issue 9 years ago • 0 comments

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.

szabba avatar Nov 29 '15 19:11 szabba