diff --git a/lms/envs/common.py b/lms/envs/common.py index 612386f2d222..d42ac2b4383f 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -786,6 +786,7 @@ CMS_BASE = 'localhost:8001' # Site info +SITE_ID = 1 SITE_NAME = "example.com" HTTPS = 'on' ROOT_URLCONF = 'lms.urls'