How to change the showed URL/Domain of archives navbar?

Hello, our first Domain was lists-test.mydomain.de. After this we added our real domain lists.mydomain.de and our migration from mailman2.1 has finished :-) When you go to lists-test.mydomain.de/archives/ in the the navbar only the name of our first test-domain is shown (lists-test.mydomain.de). How can we set the other domain there? I have tried to change the order of our two domains in the settings.py - without success. Our domains are: lists-test.mydomain.de has SITE_ID = 1 lists.mydomain.de has SITE_ID = 2
Thank you and regards, Ulf

On 3/18/25 8:04 PM, Ulf R. wrote:
How can we set the other domain there? I have tried to change the order of our two domains in the settings.py - without success. Our domains are: lists-test.mydomain.de has SITE_ID = 1 lists.mydomain.de has SITE_ID = 2
Set SITE_ID = 2
in your settings.py. After making that change, you
neet to restart whatever process (gunicorn, uwsgi, ?) that provides your
WSGI interface.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Ulf R.