elone

Results 2 issues of elone

connect utf8 server will not correct response, because db.py connect url not set query parmater "?charset=utf8" add this query string to connect url is correct like this ` url.append(settings.DATABASE_NAME) url.append('?charset=utf8')...

Please update the version in the pypi software warehouse to synchronize with the latest code of github