Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flask warning when loading local webserver #314

Open
alykat opened this issue Apr 17, 2019 · 0 comments
Open

Flask warning when loading local webserver #314

alykat opened this issue Apr 17, 2019 · 0 comments

Comments

@alykat
Copy link
Member

alykat commented Apr 17, 2019

Getting the following warning with a fresh dailygraphics install when starting up the the local webserver and on deploy:

(dg-test) MACHINE:dg-test ahurt$ fab app:2222
[localhost] local: gunicorn -b 0.0.0.0:2222 --timeout 3600 --reload app:wsgi_app
[2019-04-17 18:00:08 -0400] [34343] [INFO] Starting gunicorn 19.8.1
[2019-04-17 18:00:08 -0400] [34343] [INFO] Listening at: http://0.0.0.0:2222 (34343)
[2019-04-17 18:00:08 -0400] [34343] [INFO] Using worker: sync
[2019-04-17 18:00:08 -0400] [34346] [INFO] Booting worker with pid: 34346
/Users/ahurt/.virtualenvs/dg-test/lib/python2.7/site-packages/flask/sessions.py:111: UserWarning: The default 'SecureCookie.serialization_method' will change from pickle to json in version 1.0. To upgrade existing tokens, override 'unquote' to try pickle if json fails.
  return self.null_session_class()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant