Add ADMIN_USERNAMES setting for selective proposal change notification
This commit is contained in:
parent
35bb710250
commit
882902d7a3
1 changed files with 2 additions and 0 deletions
|
@ -281,6 +281,8 @@ CSRF_FAILURE_VIEW = "pinaxcon.csrf_view.csrf_failure"
|
||||||
# Use nose to run all tests
|
# Use nose to run all tests
|
||||||
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
|
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
|
||||||
|
|
||||||
|
ADMIN_USERNAMES = []
|
||||||
|
|
||||||
# Tell nose to measure coverage on the 'foo' and 'bar' apps
|
# Tell nose to measure coverage on the 'foo' and 'bar' apps
|
||||||
NOSE_ARGS = [
|
NOSE_ARGS = [
|
||||||
'--with-coverage',
|
'--with-coverage',
|
||||||
|
|
Loading…
Reference in a new issue