Thanks BN, your intuition was spot on. It was a python path problem. Adding the following line to my dispatch.fcgi file did the trick.
sys.path += ['/path/to/my/project'] It seems that "manage.py runserver" took care of this in my dev environment, so the issue didn't come up. On Apr 16, 10:43 am, Brian Neal <bgn...@gmail.com> wrote: > On Apr 16, 11:33 am, Aneesh K <aneeshvkulka...@gmail.com> wrote: > > > > > Why is the TemplateSyntaxError raised, and why don't I see this > > problem on my development server? > > > Thanks! > > Aneesh > > Could be a python path problem? Put the directory that has your > application in it on the python path. I think when you do the > manage.py command it puts the parent directory on the python path for > you (as an aid to new users). > > BN --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---