update example database settings
This commit is contained in:
parent
a98f2462ed
commit
694ed5c581
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue