Data file moved to data/

This commit is contained in:
2025-12-28 13:11:21 +01:00
parent accefa2533
commit 0c69b69f28

View File

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