Add cookie name to the cms settings so we don't error out

while looking for it
This commit is contained in:
Diana Huang
2013-05-02 17:21:49 -04:00
parent 45baf013fe
commit 182d69e36c

View File

@@ -264,3 +264,7 @@ INSTALLED_APPS = (
'staticfiles',
'static_replace',
)
################# EDX MARKETING SITE ##################################
EDXMKTG_COOKIE_NAME = 'edxloggedin'