Private
Public Access
1
0

correction for test suite

This commit is contained in:
Sander Roosendaal
2017-09-22 19:42:38 +02:00
parent 82e97ae230
commit 909f3405fe

View File

@@ -74,8 +74,7 @@ database_url = 'mysql://{user}:{password}@{host}:{port}/{database_name}'.format(
)
# Use SQLite local database when we're in debug mode
#if settings.DEBUG or user=='':
if settings.DEBUG:
if settings.DEBUG or user=='':
# database_url = 'sqlite:///db.sqlite3'
database_url = 'sqlite:///'+database_name