From 694ed5c581763a9f616fb1a03b6843a64cbd7e07 Mon Sep 17 00:00:00 2001 From: meeb Date: Sun, 4 Apr 2021 23:09:05 +1000 Subject: [PATCH] update example database settings --- tubesync/tubesync/local_settings.py.example | 1 + 1 file changed, 1 insertion(+) diff --git a/tubesync/tubesync/local_settings.py.example b/tubesync/tubesync/local_settings.py.example index c4195b7..3695212 100644 --- a/tubesync/tubesync/local_settings.py.example +++ b/tubesync/tubesync/local_settings.py.example @@ -16,6 +16,7 @@ DATABASES = { 'NAME': CONFIG_BASE_DIR / 'db.sqlite3', } } +DATABASE_CONNECTION_STR = f'sqlite at "{DATABASES["default"]["NAME"]}"' DOWNLOAD_ROOT = DOWNLOADS_BASE_DIR / 'downloads'