clean out ADMINS references (#495)

* add variables to the documentation forwq oauth2

* remove old reference to ADMINS to get rid of any confusion
This commit is contained in:
JohnTheodore 2016-11-15 16:43:28 -08:00 committed by kevgliss
parent 114deba06e
commit dd14fd202d
3 changed files with 0 additions and 6 deletions

View File

@ -3,8 +3,6 @@
import os
_basedir = os.path.abspath(os.path.dirname(__file__))
ADMINS = frozenset([''])
THREADS_PER_PAGE = 8
# General

View File

@ -65,8 +65,6 @@ CONFIG_TEMPLATE = """
import os
_basedir = os.path.abspath(os.path.dirname(__file__))
ADMINS = frozenset([''])
THREADS_PER_PAGE = 8
# General

View File

@ -4,8 +4,6 @@
import os
_basedir = os.path.abspath(os.path.dirname(__file__))
ADMINS = frozenset([''])
THREADS_PER_PAGE = 8
# General