Hi all,

I wanted to say thank you for providing this really nice alternative
to PHP storefront madness that has been going on for the past
decade :) This is a great project.

I am running on an Amazon EC2 instance, and had no real choice but to
use a Debian image. I found all dependencies and built it all
manually, got the storefront working except on portion.

It seems that the Satchmo distro templates directory is not visible
from Django. Very weird. I get this error, when I try to log out, for
example:

TemplateDoesNotExist at /users/logout/

registration/logout.html

Request Method:         GET
Request URL:    http://test2.elenis.com/users/logout/
Exception Type:         TemplateDoesNotExist
Exception Value:

registration/logout.html

Exception Location:     /usr/local/lib/python2.6/dist-packages/
Django-1.1.1-py2.6.egg/django/template/loader.py in
find_template_source, line 74
Python Executable:      /usr/bin/python
Python Version:         2.6.4

I have a feeling that I have to toss something else in the
TEMPLATE_LOADER section of the settings.py to make Satchmo templates
visible:

# List of callables that know how to import templates from various
sources.
TEMPLATE_LOADERS = (
    'django.template.loaders.filesystem.load_template_source',
    'django.template.loaders.app_directories.load_template_source',
#     'django.template.loaders.eggs.load_template_source',

What is the missing piece? It's driving me mad, and I cannot sleep
until I know. I am so close.

Thank you in advance,
Gloria



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to