flask-color icon indicating copy to clipboard operation
flask-color copied to clipboard

flask-color is an extension for Flask that improves the built-in web server with colors when debugging

Results 1 flask-color issues
Sort by recently updated
recently updated
newest added

[Since Flask 0.11, `flask.ext` is deprecated](http://flask.pocoo.org/docs/0.11/changelog/), what causes the following warning when using it: ``` ExtDeprecationWarning: Importing flask.ext.color is deprecated, use flask_color instead. ``` But trying to use: ``` import...