Re: Multiple instance of the same app

2010-04-19 Thread Kepioo
nd 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 settings.py files? > > Cheers, Benjamin > > > > > > On

Multiple instance of the same app

2010-04-18 Thread Kepioo
Hi All, I am trying to come up with a climbing guide website. My original design was to have : a guide app that defines the abstract models, the views and urls n climbing sites that extend the climbing app mysite/ guide climbingsite1 climbingsite2 climbingsite3 ... The m