We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc09d9 commit fe65f07Copy full SHA for fe65f07
ietf/settings_sqlitetest.py
@@ -41,3 +41,7 @@ def __getitem__(self, item):
41
TEST_CODE_COVERAGE_CHECKER.start() # pyflakes:ignore
42
43
NOMCOM_PUBLIC_KEYS_DIR=os.path.abspath("tmp-nomcom-public-keys-dir")
44
+
45
+MEDIA_ROOT = os.path.join(os.path.dirname(BASE_DIR), 'test/media/') # pyflakes:ignore
46
+MEDIA_URL = '/test/media/'
47
+PHOTOS_DIR = MEDIA_ROOT + PHOTOS_DIRNAME # pyflakes:ignore
0 commit comments