Changeset - 882902d7a327
[Not reviewed]
0 1 0
Scott Bragg - 8 years ago 2016-09-27 09:18:40
jsbragg@scriptforge.org
Add ADMIN_USERNAMES setting for selective proposal change notification
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -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',
0 comments (0 inline, 0 general)