update example database settings

pull/125/head
meeb 2021-04-04 23:09:05 +10:00
parent a98f2462ed
commit 694ed5c581
1 changed files with 1 additions and 0 deletions

View File

@ -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'