From c6661626669a6684034798b6e74eefa86d8d9cfa Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Wed, 2 Aug 2023 17:51:22 +0530 Subject: [PATCH] revert test_runner comment --- netbox/netbox/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index d17738314..35e47244b 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -469,7 +469,7 @@ LOGIN_REDIRECT_URL = f'/{BASE_PATH}' DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' -# TEST_RUNNER = "django_rich.test.RichRunner" +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.