2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 13:27:11 +00:00

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 e6fa54d0e5
commit c6656e6642

View File

@@ -130,4 +130,6 @@ TINYMCE_COMPRESSOR = True
MAX_LOGBOOK_ENTRY_TITLE_LENGTH = 200 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. from localsettings import * #localsettings needs to take precedence. Call it to override any existing vars.