mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 12:36:36 +00:00
Use the standard sqlite3
engine from Django 5.1
This commit is contained in:
parent
91523edc21
commit
c9f4a5dc17
@ -44,7 +44,7 @@ if database_dict:
|
|||||||
else:
|
else:
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'tubesync.sqlite3',
|
'ENGINE': 'django.db.backends.sqlite3',
|
||||||
'NAME': CONFIG_BASE_DIR / 'db.sqlite3',
|
'NAME': CONFIG_BASE_DIR / 'db.sqlite3',
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"transaction_mode": "IMMEDIATE",
|
"transaction_mode": "IMMEDIATE",
|
||||||
|
Loading…
Reference in New Issue
Block a user