1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-18 14:33:43 +02:00

fix test secrets

This commit is contained in:
Lukas Winkler 2021-01-25 21:47:25 +01:00
parent c162eba316
commit 1e8935f29d
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -7,7 +7,9 @@ Production = False
ADS_AUTH_TOKEN = None
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
}
}