@@ -2,7 +2,6 @@
Django AllAuth package related settings
"""
-SITE_ID = 2 # increment/decrement site ID as necessary
LOGIN_REDIRECT_URL = '/home/'
LOGOUT_REDIRECT_URL = '/'
@@ -12,6 +12,7 @@ https://docs.djangoproject.com/en/3.2/ref/settings/
DEBUG = False
SECRET_KEY = NotImplemented
+SITE_ID = 1
ALLOWED_HOSTS = ['127.0.0.1']
# Application definition