Add the olark feature flag to the default config and fix the usage of flask modules.

This commit is contained in:
jakedt 2014-04-08 23:05:45 -04:00
parent c20b04d072
commit 4d4f3b1c18
2 changed files with 8 additions and 14 deletions

View file

@ -134,3 +134,6 @@ class DefaultConfig(object):
# Feature Flag: Whether GitHub login is supported.
FEATURE_GITHUB_LOGIN = True
# Feature flag, whether to enable olark chat
FEATURE_OLARK_CHAT = True