At http://gosatchmo.com/how-to-skin-a-satchmo-store-overriding-templates
there is a description of how to override the built-in satchmo
templates using TEMPLATE_DIRS. Something like:
TEMPLATE_DIRS = (
os.path.join(DIRNAME, "templates"),
os.path.join(SATCHMO_DIRNAME, "templates"),
)
But, the directory structure in satchmo is complicated. For example,
something like:
satchmo
/apps
/satchmo_store
/contact
/templates
I want to override the login template but I'm not sure what the
directory structure should be in my site directory (and whether it
will grab the shop/base.html properly).
Should it be the following?
mysite
/templates
/apps
/satchmo_store
/contact
/templates
login.html
?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---