Closes #9434: Enabled django-rich test runner for more user-friendly output

This commit is contained in:
jeremystretch
2022-06-09 11:48:32 -04:00
parent f956da706c
commit e59a9e5b03
4 changed files with 9 additions and 1 deletions

View File

@@ -423,6 +423,8 @@ LOGIN_REDIRECT_URL = f'/{BASE_PATH}'
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
TEST_RUNNER = "django_rich.test.RichRunner"
# Exclude potentially sensitive models from wildcard view exemption. These may still be exempted
# by specifying the model individually in the EXEMPT_VIEW_PERMISSIONS configuration parameter.
EXEMPT_EXCLUDE_MODELS = (