Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
🔧 Changing configuration files due to test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio D'Amico committed Oct 23, 2018
1 parent e536718 commit 057994d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbook/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
# Database
# https://docs.djangoproject.com/en/1.11/ref/settings/#databases

if environment_checker.is_test():
if environment_checker.is_build():
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
Expand Down

0 comments on commit 057994d

Please sign in to comment.