BloodyInside's picture
new
cdc95a6
raw
history blame
230 Bytes
from core.settings import DEBUG
import sys
if len(sys.argv) > 1 and not (sys.argv[1] in ['migrate', "makemigrations", "clear_all_sessions"]):
from backend.invoke_worker import (
session,
chapter_queue,
)