Skip to content
Snippets Groups Projects
Commit d6fd7937 authored by William Desloge's avatar William Desloge
Browse files

Added ENABLE_MKTG_SITE to Features

parent c2866949
Branches
Tags
No related merge requests found
......@@ -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
......
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