Re: Multiple sites, single application in Django

2009-04-13 Thread Daniel C
Russell, I am working through something similar and I think that the basic structure would be to have project folders for each site plus a folder for your shared applications (whose models use the 'Site' object and 'CurrentSiteManager'. Something like this: /home/django/sharedapps/

Re: Multiple sites, single application in Django

2009-04-11 Thread creecode
Hello Russell, I can't say this is best practice but my approach to a similar goal has been to create projects for each website. These projects/websites are unrelated to each other as far as content goes but all install a common set of apps, some off the shelf, some custom. I have sites