From cc9a2a64dfd441e47e4eba8455b35e484ea68adb Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 10 Aug 2024 23:30:38 -0400 Subject: [PATCH] [settings] Fix missing moods app in testing settings --- vrobbler/settings-testing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vrobbler/settings-testing.py b/vrobbler/settings-testing.py index e52663f..505fd14 100644 --- a/vrobbler/settings-testing.py +++ b/vrobbler/settings-testing.py @@ -111,6 +111,7 @@ INSTALLED_APPS = [ "locations", "webpages", "lifeevents", + "moods", "mathfilters", "rest_framework", "allauth",