django-tenant-schemas icon indicating copy to clipboard operation
django-tenant-schemas copied to clipboard

How to get full url of current tenant?

Open tylerecouture opened this issue 4 years ago • 0 comments

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()"

tylerecouture avatar Apr 19 '20 06:04 tylerecouture