forked from expo/troggle
Stop django moaning about unit tests from pre 1.6, like we have any anyway!
This commit is contained in:
parent
af22385c68
commit
f6d4ce8d0b
@ -130,4 +130,6 @@ TINYMCE_COMPRESSOR = True
|
||||
|
||||
MAX_LOGBOOK_ENTRY_TITLE_LENGTH = 200
|
||||
|
||||
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
|
||||
|
||||
from localsettings import * #localsettings needs to take precedence. Call it to override any existing vars.
|
||||
|
Loading…
Reference in New Issue
Block a user