Stop django moaning about unit tests from pre 1.6, like we have any anyway!

This commit is contained in:
Sam Wenham 2019-02-24 16:48:12 +00:00
parent af22385c68
commit f6d4ce8d0b

View File

@ -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.