From dd14fd202d42b906c8190d3d95f311e8b912b440 Mon Sep 17 00:00:00 2001 From: JohnTheodore Date: Tue, 15 Nov 2016 16:43:28 -0800 Subject: [PATCH] clean out ADMINS references (#495) * add variables to the documentation forwq oauth2 * remove old reference to ADMINS to get rid of any confusion --- lemur/default.conf.py | 2 -- lemur/manage.py | 2 -- lemur/tests/conf.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/lemur/default.conf.py b/lemur/default.conf.py index c5f760fc..346ea3dc 100644 --- a/lemur/default.conf.py +++ b/lemur/default.conf.py @@ -3,8 +3,6 @@ import os _basedir = os.path.abspath(os.path.dirname(__file__)) -ADMINS = frozenset(['']) - THREADS_PER_PAGE = 8 # General diff --git a/lemur/manage.py b/lemur/manage.py index 9e1663ee..2177a6a6 100755 --- a/lemur/manage.py +++ b/lemur/manage.py @@ -65,8 +65,6 @@ CONFIG_TEMPLATE = """ import os _basedir = os.path.abspath(os.path.dirname(__file__)) -ADMINS = frozenset(['']) - THREADS_PER_PAGE = 8 # General diff --git a/lemur/tests/conf.py b/lemur/tests/conf.py index f208dd03..72abd3ed 100644 --- a/lemur/tests/conf.py +++ b/lemur/tests/conf.py @@ -4,8 +4,6 @@ import os _basedir = os.path.abspath(os.path.dirname(__file__)) -ADMINS = frozenset(['']) - THREADS_PER_PAGE = 8 # General