forked from GithubBackups/healthchecks
Merge pull request #149 from mitodl/master
Added deterministic handling of sqlite database location
This commit is contained in:
commit
2338f6e4aa
@ -84,7 +84,7 @@ TEST_RUNNER = 'hc.api.tests.CustomRunner'
|
|||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.sqlite3',
|
'ENGINE': 'django.db.backends.sqlite3',
|
||||||
'NAME': './hc.sqlite',
|
'NAME': '{0}/hc.sqlite'.format(BASE_DIR),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user