the more I delve into this, the more I start to sweat, but I know I'll
get through this.  That being said --

I have a need to run the "Multi-Shop" functionality.  My question is,
after reading some blog tutorials on GoSatchmo.com -- I think I have a
directory structure like the one mentioned in the project layout
tutorial:

/estore -- this is my main directory with settings.py, urls.py etc.
    /appname -- my custom app holding my custom product
       __init__.py, models.py, etc
    /templates -- my templates
       /shop -- copied over from satchmo
       /product -- copied over from satchmo


My plan is that for my other "shops" i'll just add another "appname"
directory like above.  Having said that, how do I ensure that my
templates remain unique on a per-site basis? (Meaning StoreA shouldn't
use the same templates as StoreB)

Is it simply a matter of having subdirs for each "app" under my
templates directory  or should each app have its own templates
directory?

Sorry to keep posting so many questions, I've got a TON on my plate
and everywhere I start to code I run into other gotchas* that I want
to make sure I can handle...

(*gotchas being things like the paypal integration, some products and/
or categories being accessible from all stores instead of store
specific, etc...)
--~--~---------~--~----~------------~-------~--~----~
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