This commit is contained in:
John Anderson
2018-06-27 22:17:17 -04:00
parent ffcbc54522
commit 65e18e057f
4 changed files with 14 additions and 61 deletions

View File

@@ -9,8 +9,6 @@ class ExtrasConfig(AppConfig):
name = "extras"
def ready(self):
import extras.signals
# Check that we can connect to the configured Redis database if webhooks are enabled.
if settings.WEBHOOKS_ENABLED:
try: