I have an issue where, when I log in to the Django admin site, I get a template syntax error in /Library/Python/2.6/site-packages/django/template/debug.py in render_node, line 81.
I can't find out how to solve this as it is part of Django, I didn't write the code and I have no idea how it works.
This did work fine up until a few days ago when I last tried it.
The error is:
Caught an exception while rendering: name 'pest' is not defined
Where pest is the name of my project. As far as I know, I have all the apps in my project installed correctly.
Thanks in advance!