From e31bfabdc22ffd03b39dba0184bf729b8da1ead3 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Thu, 21 Dec 2023 12:22:51 -0500 Subject: [PATCH] don't need to indicate that we are not using notifications --- chicago/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/chicago/settings.py b/chicago/settings.py index 84b3aea..6ed1e58 100644 --- a/chicago/settings.py +++ b/chicago/settings.py @@ -684,5 +684,3 @@ ], }, ] - -USING_NOTIFICATIONS = False