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