On Sunday, April 16, 2023 at 10:21:20 AM UTC+2 Adam Johnson wrote:
One question though, how will we support projects that are served at
multiple domains? Would Django only support the "main" site through
BASE_URL and require you to perform URL construction for other domains as
required?
As us
A setting isn't so mad. Many Django projects I've seen use a similar custom
setting for constructing URLs outside of requests.
One question though, how will we support projects that are served at
multiple domains? Would Django only support the "main" site through
BASE_URL and require you to perfor