aboutsummaryrefslogtreecommitdiffstats
path: root/manager/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'manager/settings.py')
-rw-r--r--manager/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/manager/settings.py b/manager/settings.py
index 7649631..3432ae0 100644
--- a/manager/settings.py
+++ b/manager/settings.py
@@ -52,6 +52,8 @@ with open("version.txt", 'r') as f:
BRANCH = check_output(["git", "rev-parse", "--abbrev-ref", "HEAD"]).decode()
COMMIT_ID = check_output(["git", "rev-parse", "HEAD"]).decode()
+OAUTH_ENABLED = True
+
# Application definition
INSTALLED_APPS = [