commit
This commit is contained in:
@@ -17,7 +17,7 @@ database_url = 'mysql://{user}:{password}@{host}:{port}/{database_name}'.format(
|
||||
database_name=database_name,
|
||||
host=host,
|
||||
port=port,
|
||||
)
|
||||
)
|
||||
|
||||
if settings.DEBUG or user=='':
|
||||
if settings.DEBUG or user == '':
|
||||
database_url = 'sqlite:///db.sqlite3'
|
||||
|
||||
Reference in New Issue
Block a user