Can it be possible to run Different Django apps on different Subdomains. For Example:
For api.mydomain.com
all request will be handled by my API
app. But all other requests will be handled by my core app
.
I just want my API
app to handle request made on api.mydomain.com
. And all other requests
should simply be passed to www.mydomain.com
.