This way round
This commit is contained in:
parent
c1341a507a
commit
ca1ee24b38
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from flask import url_for
|
|||
from flask_website import config
|
||||
|
||||
engine = create_engine(config.DATABASE_URI, convert_unicode=True,
|
||||
use_native_unicode=True)
|
||||
use_native_unicode=False)
|
||||
db_session = scoped_session(sessionmaker(autocommit=False,
|
||||
autoflush=False,
|
||||
bind=engine))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue