Move database to central dir

This commit is contained in:
George Lacey 2021-06-04 19:15:29 +01:00
parent 207e52f285
commit 6cd197556c

View File

@ -66,7 +66,7 @@ WSGI_APPLICATION = 'borgweb.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'borg.sqlite',
'NAME': "/home/web/sites/db/borg.db",
}
}