Hello, I'm trying to use the extends tag, but only get TemplateSyntaxError: "Template 'name' cannot be extended, because it doesn't exist". I find this odd because it only happens with Apache/mod_python, when I test with "django-admin.py runserver" there are no problems. And, on top of that, all the pages with templates that do not use the "extends tag" work fine as well.
At this point I'm not even sure where to begin my search for problems. I did try changing the extends reference to a template in the main template path (instead of a subdirectory) but that had no effect. Would anyone be able to suggest a direction for me to start looking in to solve this? (I'm relatively certain my apache virtual hosts are configured properly: one each for the main site, the admin, and the media files.) Thank you, Bradley Peters