[Answer]-Django won't serve pages – AttributeError: 'NoneType' object has no attribute 'tags'

1👍

If you are updating to django 1.5, removing:

django.contrib.admin.templatetags.adminmedia

From:

TEMPLATE_TAG_MODULES in settings.py

This will dismiss the error.

Leave a comment