Merge pull request #3032 from IONISx/feature-enable-mktg-site-is-missing

Added ENABLE_MKTG_SITE to Features
This commit is contained in:
David Baumgold
2014-03-25 13:22:28 -04:00
2 changed files with 4 additions and 0 deletions

View File

@@ -137,3 +137,4 @@ Martyn James <mjames@edx.org>
Han Su Kim <hkim823@gmail.com>
Raees Chachar <raees.chachar@arbisoft.com>
Muhammad Ammar <muhammad.ammar@arbisoft.com>
William Desloge <william.desloge@ionis-group.com>

View File

@@ -236,6 +236,9 @@ FEATURES = {
# Turn on third-party auth. Disabled for now because full implementations are not yet available. Remember to syncdb
# if you enable this; we don't create tables by default.
'ENABLE_THIRD_PARTY_AUTH': False,
# Toggle to enable alternate urls for marketing links
'ENABLE_MKTG_SITE': False,
}
# Used for A/B testing