Django markup templatetags error
问题 I am getting the following errors in a django app: TemplateSyntaxError at / 'markup' is not a valid tag library: Template library markup not found, tried django.templatetags.markup,django.contrib.admin.templatetags.markup I have tried to following the solutions form this website which suggests that that 'django.contrib.markup' is missing from the INSTALLED_APPS list, but I already have it there. I can import markdown from python manage.py shell so it is installed and is in the path. I am