From 61c324508e62bb640b4526183d0837fc57d742c2 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 8 Nov 2022 23:06:29 -0700 Subject: Midway point in task refactor - changing direction --- takahe/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'takahe/settings.py') diff --git a/takahe/settings.py b/takahe/settings.py index 62065d2..cefbb35 100644 --- a/takahe/settings.py +++ b/takahe/settings.py @@ -26,7 +26,7 @@ INSTALLED_APPS = [ "core", "statuses", "users", - "miniq", + "stator", ] MIDDLEWARE = [ -- cgit v1.2.3