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:
Paul Eggleton 2018-07-25 14:41:03 +02:00
parent 65d058237f
commit b35591d882

View File

@ -8,8 +8,7 @@ import os
DEBUG = os.getenv('DEBUG', False)
ADMINS = (
('Paul Eggleton', 'paul.eggleton@linux.intel.com'),
('Michael Halstead', 'mhalstead@linuxfoundation.org'),
# ('Your Name', 'your_email@example.com'),
)
MANAGERS = ADMINS