diff --git a/tubesync/tubesync/local_settings.py.container b/tubesync/tubesync/local_settings.py.container index 3659b289..659fb074 100644 --- a/tubesync/tubesync/local_settings.py.container +++ b/tubesync/tubesync/local_settings.py.container @@ -44,7 +44,7 @@ if database_dict: else: DATABASES = { 'default': { - 'ENGINE': 'tubesync.sqlite3', + 'ENGINE': 'django.db.backends.sqlite3', 'NAME': CONFIG_BASE_DIR / 'db.sqlite3', "OPTIONS": { "transaction_mode": "IMMEDIATE",