From fe65f07d77f9c525731036a819e66a6a90539862 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 7 Jul 2016 20:17:40 +0000 Subject: [PATCH] Tweaked the test settings. - Legacy-Id: 11549 --- ietf/settings_sqlitetest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ietf/settings_sqlitetest.py b/ietf/settings_sqlitetest.py index 0823ba8f2..54226f7e9 100644 --- a/ietf/settings_sqlitetest.py +++ b/ietf/settings_sqlitetest.py @@ -41,3 +41,7 @@ if TEST_CODE_COVERAGE_CHECKER and not TEST_CODE_COVERAGE_CHECKER._started: # pyf TEST_CODE_COVERAGE_CHECKER.start() # pyflakes:ignore NOMCOM_PUBLIC_KEYS_DIR=os.path.abspath("tmp-nomcom-public-keys-dir") + +MEDIA_ROOT = os.path.join(os.path.dirname(BASE_DIR), 'test/media/') # pyflakes:ignore +MEDIA_URL = '/test/media/' +PHOTOS_DIR = MEDIA_ROOT + PHOTOS_DIRNAME # pyflakes:ignore