You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.