Forums

How to setup a webapp with the Django Sites framework to serve two domains

I would like to use the sites framework in Django to have one webapp serving two domains simultaneously. Is this possible with paw and if so, how? I guess it will require some changes in the WSGI-file but don't know what modifications I will need to make.

I currently have a hacker account but I am willing to upgrade if that's necessary for this functionality.

No, you can't. We only route traffic to web apps based on their name and they can only have one name at the moment.

You could set up 2 web apps that run the same code, though.

Ok, thank you. I will consider running two separate apps.