From 4b2d491c2908ec6b677fe494547774bf7d323cb5 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 6 Jun 2021 16:21:28 +0300 Subject: Fix django.core.exceptions.AppRegistryNotReady in scheduler --- servo/__init__.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'servo/__init__.py') diff --git a/servo/__init__.py b/servo/__init__.py index b64e43e..e69de29 100644 --- a/servo/__init__.py +++ b/servo/__init__.py @@ -1,5 +0,0 @@ -from __future__ import absolute_import - -# This will make sure the app is always imported when -# Django starts so that shared_task will use this app. -from .celery import app as celery_app -- cgit v1.2.3