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.
Source:stackexchange.com
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.