Hi, Sorry for the late reply. I was busy with new-year-stuff. Happy new year to satchmo-users@ btw :)
On Wed, 29 Dec 2010 16:18:44 -0600 Stuart Laughlin <[email protected]> wrote: > To answer you more specifically, I'm not sure what you mean when you > say "each site with a different template directory (and one shared > directory)." I understand the "different template directory" part, > which is easy enough to do (via TEMPLATE_DIRS); I guess it's the "one > shared directory" that's throwing me. Ok, it is a company with multiple distinct brands. One brand should use one template directory, the other brand another and they should both have access to a "common" template directory. Containing stuff like privacy policiy, legalese, you name it. > You are correct that having two sites necessitates two settings files. > I'm not sure what you mean by "start[ing] two django instances." Well, I use FastCGI so I have to specify a setting file for each FastCGI script that I start and mod_fcgid starts a Python process for each FastCGI script. I'd rather have only one script that dispatches internally on the domain name it was accessed from to decide whether it is now returning "brand 1" results or "brand 2" results. regards, Marek -- 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.
