Backend LGTM

This commit is contained in:
2023-07-03 16:56:58 +02:00
parent 9a7ce60913
commit 2395bc215d
3 changed files with 6 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ WSGI_APPLICATION = 'zetikettes.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
'NAME': TIKETTE_OUT_DIR / 'db.sqlite3',
}
}