I just migrated to the bit bucket source. I uninstalled my trac egg
distribution (easy_install -m satchmo) and downloaded the bit bucket
code under the directory satchmo3 (was under satchmo-trunk) and did
the setup.py install.
I tried the simple and large projects but get the same error in both:
<<<
TemplateDoesNotExist at /
shop/index.html
>>>
It looks like none of the satchmo templates are not being found. The
template loader postmortem is:
<<<<
Django tried loading these templates, in this order:
* Using loader
django.template.loaders.filesystem.load_template_source:
o /home/bill/django/satchmo3/satchmo/projects/simple/
templates/shop/index.html (File does not exist)
o /home/bill/django/satchmo3/satchmo/templates/shop/
index.html (File does not exist)
(plus the django templates)
>>>>
Admin works fine, and I can import django + satchmo in python, so I
think everything is set up correctly (it worked fine before). The egg
is on the python path, along with the local directory and sundry:
'/home/bill/django/satchmo3/satchmo/projects/simple',
'/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg'
'../../apps',
'.'
Also, the template directories are set as:
TEMPLATE_DIRS = (
os.path.join(DIRNAME, "templates"),
os.path.join(SATCHMO_DIRNAME, "templates"),
)
Not sure what could be going wrong -- Any suggestions?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---