diff --git a/aleksis/core/settings.py b/aleksis/core/settings.py
index fa098c1fc62a32f13c55aeaeccd461e1445fde52..f1cee79a5befae2cf9b49ea2c16e6d8a396c320c 100644
--- a/aleksis/core/settings.py
+++ b/aleksis/core/settings.py
@@ -50,6 +50,7 @@ INSTALLED_APPS = [
     "django.contrib.contenttypes",
     "django.contrib.sessions",
     "django.contrib.messages",
+    "django.contrib.sites",
     "django.contrib.staticfiles",
     "django.contrib.humanize",
     "polymorphic",
@@ -458,6 +459,8 @@ PWA_APP_SPLASH_SCREEN = [
 ]
 PWA_SERVICE_WORKER_PATH = os.path.join(STATIC_ROOT, "js", "serviceworker.js")
 
+SITE_ID = 1
+
 CKEDITOR_CONFIGS = {
     'default': {
         'toolbar_Basic': [