Move database to central dir
This commit is contained in:
parent
207e52f285
commit
6cd197556c
|
@ -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",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user