We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18d978 commit 5b2ec02Copy full SHA for 5b2ec02
setup.py
@@ -1,4 +1,3 @@
1
from setuptools import setup
2
3
-
4
setup()
wagtail_storages/tests/settings.py
@@ -39,9 +39,9 @@
39
DATABASES = {"default": {"ENGINE": "django.db.backends.sqlite3", "NAME": "db.sqlite3"}}
40
41
# Some tests use the default the FileSystemStorage backend.
42
-MEDIA_ROOT = os.path.join(TESTS_PATH, 'media')
+MEDIA_ROOT = os.path.join(TESTS_PATH, "media")
43
44
-STATIC_ROOT = os.path.join(TESTS_PATH, 'static')
+STATIC_ROOT = os.path.join(TESTS_PATH, "static")
45
46
ROOT_URLCONF = "wagtail_storages.tests.urls"
47
0 commit comments