1 Sep
2017
1 Sep
'17
3:51 p.m.
I had a question regarding the parameter: SERVE_FROM_DOMAIN.
I want to use multiple domains, what is the best way to specify multiple domains in this environment variable?
This works OK for me:
SERVE_FROM_DOMAIN=lists.domain1.org,lists.domain2.net,lists.domain3.com
I also had to login to the Django admin interface and create the domains there under Home->Sites
--cro