Commit d6fd7937 by William Desloge

Added ENABLE_MKTG_SITE to Features

parent c2866949
...@@ -236,6 +236,9 @@ FEATURES = { ...@@ -236,6 +236,9 @@ FEATURES = {
# Turn on third-party auth. Disabled for now because full implementations are not yet available. Remember to syncdb # 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. # if you enable this; we don't create tables by default.
'ENABLE_THIRD_PARTY_AUTH': False, 'ENABLE_THIRD_PARTY_AUTH': False,
# Toggle to enable alternate urls for marketing links
'ENABLE_MKTG_SITE': False,
} }
# Used for A/B testing # Used for A/B testing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment