I currently have a working site running Django and now want to move a couple of other of my sites to Django as well. I'm in the process of moving off a hosted VPS to my own local server, where the existing Django site is.
My questions is more of best practice when deploying multiple sites to the same server. Given that I have a running site, is it possible to deploy multiple Django 'projects' to the same server and just use Apache to serve them out separately or is it best to use the sites module to do this from the same project? For code cleanliness, I would prefer to have them as separate projects, but I don't want to kill server performance either. Thanks for any suggestions! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=.

