django-hosts
django-hosts copied to clipboard
Custom domains
Hello everyone! Thanks for the awesome library. I'm building a website generator. My users are able to create websites and host them on subdomains. Django-hosts does the job perfectly. Yay!
But how can I let my users set up a custom domain? I'm stuck and don't know where to dig. Any piece of advice would be much appreciated.
I store both the subdomain name and the custom domain name of each user. But I have no idea how to route requests from a custom domain to a subdomain.
were you able to resolve this?
you could try using a wildcard?