Re: Multiple instance of the same app

2010-04-20 Thread Bill Freeman
Why not add a "site" field to the model(s)? You can filter for the current site by hand, or have individual model managers for the various sites that you select at the top of the view (maybe in a decorator?). On Mon, Apr 19, 2010 at 1:49 PM, Kepioo wrote: > Hi Ben- i actually want all the climbi

Re: Multiple instance of the same app

2010-04-19 Thread Kepioo
Hi Ben- i actually want all the climbing sites in the same db, same server - that's why i didnt go for the sites framework. On Apr 19, 2:39 am, Benjamin Reitzammer wrote: > Hi, > maybe I missed something in you explanation, but if you want the same > code powering multiple sites and each of the s

Re: Multiple instance of the same app

2010-04-19 Thread Benjamin Reitzammer
Hi, maybe I missed something in you explanation, but if you want the same code powering multiple sites and each of the sites' data reside in their own database, while all sites still have the same model (this is were I'm unsure if I understood you correctly), why don't you simply use multiple setti