Re: Setting up multiple sites

2008-05-17 Thread Horst Gutmann
You could still connect to the same database from both sites but distinct the content that should *not* be shared using a site_id. For stuff like that the django.contrib.sites framework should be quite useful :-) http://www.djangoproject.com/documentation/sites/ - Horst On Sat, May 17, 2008 at

Setting up multiple sites

2008-05-17 Thread Greg Lindstrom
I am ready to deploy my first Django site on the web and am looking at starting another. Are there any collective thoughts on whether I should add the new app to my existing Django project or start an entire new project? I don't want to get site data mixed together, but I will have a number of c