From 54e71f2910ed70dc892acda67c1ac112321cc44f Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 25 Feb 2021 22:20:06 +0100 Subject: [PATCH] last commit --- recipes/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/settings.py b/recipes/settings.py index 9f12286b1..a14c7c0d6 100644 --- a/recipes/settings.py +++ b/recipes/settings.py @@ -241,3 +241,5 @@ MEDIA_ROOT = os.path.join(BASE_DIR, "mediafiles") # Serve static files with gzip STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage' + +TEST_RUNNER = "cookbook.helper.CustomTestRunner.CustomTestRunner"