Re: Hosting multiple sites on a single application

2013-09-18 Thread Doug Ballance
I can't recommend either of those solutions specifically, but I have been using an approach similar to that of django-multisite running on a threaded fastcgi instance since django .96 days and it has worked well for us. My main concern would be with third-party apps that set static data initial

Hosting multiple sites on a single application

2013-09-17 Thread James Zildjian
Hi I am trying to run around 50 mini sites which share about 90% of their code. Each site simply queries and API and returns the results, and will be on it's own domain, and have a different style.css and config.py. The userbase (and the database generally) will be shared across the board. My