last commit

This commit is contained in:
vabene1111 2021-02-25 22:20:06 +01:00
parent c99c944130
commit 54e71f2910

View File

@ -241,3 +241,5 @@ MEDIA_ROOT = os.path.join(BASE_DIR, "mediafiles")
# Serve static files with gzip # Serve static files with gzip
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage' STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
TEST_RUNNER = "cookbook.helper.CustomTestRunner.CustomTestRunner"