django-tenant-schemas
django-tenant-schemas copied to clipboard
How to get full url of current tenant?
For example, if I'm using an email template, how can I get:
https://mytenant.mydomain.com/
to prefix to the relative urls I will get from my objects such as "get_absolute_url()"