Skip to content

Instantly share code, notes, and snippets.

@jakubzitny
Created February 23, 2017 18:38
Show Gist options
  • Save jakubzitny/a33598468ed57f3605c29b4ca36ab7b3 to your computer and use it in GitHub Desktop.
Save jakubzitny/a33598468ed57f3605c29b4ca36ab7b3 to your computer and use it in GitHub Desktop.
a
(kwek) ~/Desktop/kwek-metrics $ python app.py
/Users/d_rc/Desktop/kwek-metrics/kwek/database.py:7: ExtDeprecationWarning: Importing flask.ext.sqlalchemy is deprecated, use flask_sqlalchemy instead.
from flask.ext.sqlalchemy import SQLAlchemy
/Users/d_rc/Desktop/kwek-metrics/kwek/views.py:10: ExtDeprecationWarning: Importing flask.ext.wtf is deprecated, use flask_wtf instead.
from flask.ext.wtf import Form
/Users/d_rc/.virtualenvs/kwek/lib/python2.7/site-packages/sqlalchemy_utils/i18n.py:15: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead.
from flask.ext.babel import get_locale
/Users/d_rc/.virtualenvs/kwek/lib/python2.7/site-packages/flask_sqlalchemy/__init__.py:800: UserWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True to suppress this warning.
warnings.warn('SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True to suppress this warning.')
* Running on http://127.0.0.1:8080/ (Press CTRL+C to quit)
* Restarting with stat
/Users/d_rc/Desktop/kwek-metrics/kwek/database.py:7: ExtDeprecationWarning: Importing flask.ext.sqlalchemy is deprecated, use flask_sqlalchemy instead.
from flask.ext.sqlalchemy import SQLAlchemy
/Users/d_rc/Desktop/kwek-metrics/kwek/views.py:10: ExtDeprecationWarning: Importing flask.ext.wtf is deprecated, use flask_wtf instead.
from flask.ext.wtf import Form
/Users/d_rc/.virtualenvs/kwek/lib/python2.7/site-packages/sqlalchemy_utils/i18n.py:15: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead.
from flask.ext.babel import get_locale
/Users/d_rc/.virtualenvs/kwek/lib/python2.7/site-packages/flask_sqlalchemy/__init__.py:800: UserWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True to suppress this warning.
warnings.warn('SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True to suppress this warning.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment