From 7375ffe8300f7793203673dac383bf63de1ad184 Mon Sep 17 00:00:00 2001 From: Shaquille Soekhlal Date: Mon, 15 Feb 2021 11:50:20 +0100 Subject: [PATCH] changed db path --- CalibreWebCompanion/CalibreWebCompanion/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CalibreWebCompanion/CalibreWebCompanion/settings.py b/CalibreWebCompanion/CalibreWebCompanion/settings.py index c02b2bb..a2f0e9e 100644 --- a/CalibreWebCompanion/CalibreWebCompanion/settings.py +++ b/CalibreWebCompanion/CalibreWebCompanion/settings.py @@ -190,7 +190,7 @@ WSGI_APPLICATION = 'CalibreWebCompanion.wsgi.application' # https://docs.djangoproject.com/en/3.0/ref/settings/#databases if usersettings["ISDOCKER"]: - defaultdb_path = "/usr/src/app/data/" + defaultdb_path = "calibre" else: defaultdb_path = BASE_DIR