correction for test suite
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user