I need to put different Django projects using Django CMS in the same domain, for example:
- example.com/2012/
- example.com/2014/
I usually use virtualenv and mod_wsgi for each domain / project. I will need different databases, media files and versions of Django.
Including projects in different subdomains is not an option here.
Can this be done? How to configure the server? Are there any reservations I should know?
source
share