Forums

Can I serve two web apps from the same Django project

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?

You could use the same codebase, but you would have to create two PythonAnywhere webapps.