diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index 641e4cf17489b7545473e08bbf7923d35dc69595..f2df0849e007f1cc22c52dd3697a4522c7a0b939 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -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',