From c54f0366d47381e2e27995a58ba40ce5c8aa5235 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Fri, 8 Nov 2024 00:40:11 +0100 Subject: [PATCH] [FIX] `INSTALLED_APPS` for tests --- testauth/settings/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testauth/settings/local.py b/testauth/settings/local.py index f838eda8..ecdf85c1 100644 --- a/testauth/settings/local.py +++ b/testauth/settings/local.py @@ -53,7 +53,7 @@ } # Add any additional apps to this list. -INSTALLED_APPS += [PACKAGE] +INSTALLED_APPS += [PACKAGE, "eveuniverse", "fittings"] # By default, apps are prevented from having public views for security reasons. # If you want to allow specific apps to have public views,