We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting the following warning with a fresh dailygraphics install when starting up the the local webserver and on deploy:
The text was updated successfully, but these errors were encountered: