|
Suppose that I want to deploy two web sites using Django and mod_wsgi for Apache. Q1: does it necessarily imply that two Django projects must exist, or maybe a single project can handle two (or more) sites with some form of dispatch? Q2: does one project imply one copy of Django loaded in memory, two projects -> two copies of Django, and so on? In this case it would be much more convenient to opt for 1 project/app able to handle more sites. Please clarify! Thanks |
|