I have created the polls application verbatum from the tutorial with
the exception that I am using the helper code to run the app on
Google.  The app works just fine on the SDK but whenever I upoade the
app to Google I get the following error:

Template does not exist at \
index.html

Template-loader postmortem
Django tried loading these templates, in this order:

Using loader django.template.loaders.filesystem.load_template_source:
/base/data/home/apps/myapp/1.41/templates/index.html (File does not
exist)
/templates/index.html (File does not exist)
Using loader
django.template.loaders.app_directories.load_template_source:

My dirs in settings.py is set up as follows:

ROOT_PATH = os.path.dirname(__file__)


TEMPLATE_DIRS = (
    # Put strings here, like "/home/html/django_templates" or "C:/
www/
        #django/templates".
    # Always use forward slashes, even on Windows.
    # Don't forget to use absolute paths, not relative paths.
        ROOT_PATH + "/templates",
        '/templates',
)


I have looked everywhere and do not know what to do.

Is there something in the helper that could be causing this?  Any
other ideas?

Please help

Chuck

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to