I have two environments for my new Django site: dev and production.
Everything works great on my local dev machine with "manage.py
runserver".  When I try to view any page on the production site, I get
a "TemplateSyntaxError Caught an exception while rendering: No module
named tasks".  "tasks" is one of my models, and running ">>> import
tasks" from the command line in production works without any errors.

The only thing that's different on my production box is the
settings.py file (and the production site runs Apache with FastCGI,
instead of the Django development webserver).  That leads me to
believe it could be a settings issue.  I'm using the trunk version of
Django from svn, and my production server has Python 2.4.4.

Why is the TemplateSyntaxError raised, and why don't I see this
problem on my development server?

Thanks!
Aneesh
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to