Hi,
I’m wondering what the best way to develop multiple sites at a time would be. What I mean is, I would like to be able to work on a given site, say Site A, and at the same time be able to work on a completely different site, say Site B. I would like to be able to edit them concurrently and see the changes, without having to install separate instances of Django. Can I do this on a single setup with the Django server, and what is the best way.
I would like to emphasize that this is strictly for development purposes, not for full deployment.
Thanks.