I'm planning to deploy a multi-site Django project here and I want to know if it's possible. I actually have a Django project which serves an API at an URL let's say http://api.mysite.com and the the main app at http://mysite.com. Each should have their entry point so that I can configure different settings module for each. Can I have a working setup here with two web apps?