mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
docker: drop names/emails from settings.py
The user needs to set this appropriately, there should not be a default. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
65d058237f
commit
b35591d882
|
@ -8,8 +8,7 @@ import os
|
||||||
DEBUG = os.getenv('DEBUG', False)
|
DEBUG = os.getenv('DEBUG', False)
|
||||||
|
|
||||||
ADMINS = (
|
ADMINS = (
|
||||||
('Paul Eggleton', 'paul.eggleton@linux.intel.com'),
|
# ('Your Name', 'your_email@example.com'),
|
||||||
('Michael Halstead', 'mhalstead@linuxfoundation.org'),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
MANAGERS = ADMINS
|
MANAGERS = ADMINS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user