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:
parent
114deba06e
commit
dd14fd202d
|
@ -3,8 +3,6 @@
|
||||||
import os
|
import os
|
||||||
_basedir = os.path.abspath(os.path.dirname(__file__))
|
_basedir = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
ADMINS = frozenset([''])
|
|
||||||
|
|
||||||
THREADS_PER_PAGE = 8
|
THREADS_PER_PAGE = 8
|
||||||
|
|
||||||
# General
|
# General
|
||||||
|
|
|
@ -65,8 +65,6 @@ CONFIG_TEMPLATE = """
|
||||||
import os
|
import os
|
||||||
_basedir = os.path.abspath(os.path.dirname(__file__))
|
_basedir = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
ADMINS = frozenset([''])
|
|
||||||
|
|
||||||
THREADS_PER_PAGE = 8
|
THREADS_PER_PAGE = 8
|
||||||
|
|
||||||
# General
|
# General
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
import os
|
import os
|
||||||
_basedir = os.path.abspath(os.path.dirname(__file__))
|
_basedir = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
ADMINS = frozenset([''])
|
|
||||||
|
|
||||||
THREADS_PER_PAGE = 8
|
THREADS_PER_PAGE = 8
|
||||||
|
|
||||||
# General
|
# General
|
||||||
|
|
Loading…
Reference in New Issue