Compare commits

..

No commits in common. "a6a57de3cf8a5ba012c23106e6f7e6edbfea901e" and "3dab39645029e9651ffbef0c8174a6b8d19d5d15" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -6,4 +6,4 @@ set -exuo pipefail
ensure_web_installed
trap - ERR # Testy nejspíš selžou, ale nechceme kolem toho dělat další chybovou hlášku.
./manage.py test -v2 --keepdb "$@"
./manage.py test -v2

View file

@ -40,10 +40,7 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db-local.sqlite3'),
'TEST': {
'NAME': os.path.join(BASE_DIR, 'db-test.sqlite3'),
},
},
}
}
#DATABASES = {
# 'default': {