jazzband / django-hosts

Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
http://django-hosts.rtfd.org
Other
979 stars 107 forks source link

django-hosts also a django-subdomains alternative? #156

Open tildebox opened 1 year ago

tildebox commented 1 year ago

Users can register on the website and automatically receive a subdomain.

django-subdomains package seems to be the right one for this, but is no longer maintained. On each request, a subdomain attribute will be added to the request object.

Is this also possible with django hosts?

This should happen automatically, without an entry in a file.