I need to put different Django projects with Django CMS under the same domain, for example:
- example.com/2012/
- example.com/2014/
Normally I am using virtualenv and mod_wsgi for each domain/project. I will need different databases, media files, and Django versions.
Putting projects under different subdomains is not an option here.
Is it possible to do? How should I setup the server? Are there any caveats I should know?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…