10 Mar
2019
10 Mar
'19
3:44 p.m.
On 3/10/19 8:18 AM, Torge Riedel wrote:
I deleted the existing "example.com" and added a new one "lists.mydomain.de".
Now the admin (django) interface always gives "An error occurred while processing your request". After one of the first navigation clicks I saw a message that "site with id 1 is missing".
In your Django settings your have
SITE_ID = 1
which pointed to the example.com domain you deleted.
You need to override this in settings_local.py. Probably
SITE_ID = 2
but if that doesn't work, try '0'
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan