Forums

wildcard subdomains

I have a django-tenants site that will allow users to register for accounts. The resulting domains might look like companya.example.com, newco.example.com, etc.

It looks like this is not possible with pythonanywhere - is that correct? If it is possible, how would I set up wildcard subdomains?

Thank you

It is not possible on PythonAnywhere -- each subdomain has to be a separate web app.