Add ADMIN_USERNAMES setting for selective proposal change notification

This commit is contained in:
Scott Bragg 2016-09-27 19:18:40 +10:00
parent 35bb710250
commit 882902d7a3

View file

@ -281,6 +281,8 @@ CSRF_FAILURE_VIEW = "pinaxcon.csrf_view.csrf_failure"
# Use nose to run all tests
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
ADMIN_USERNAMES = []
# Tell nose to measure coverage on the 'foo' and 'bar' apps
NOSE_ARGS = [
'--with-coverage',