Python noob, as in this is my first project, so excuse my unfamiliarity.
The site was working very well until I clicked \"log out\" on my app. After that, the websit
Query the ID in your database django_site tables and set the right one in your Django settings.py, for example: SITE_ID = 3
SITE_ID = 3