-
```
/Users/XXXXXX/.virtualenvs/myapp2.7.13/lib/python2.7/site-packages/flask_debugtoolbar/panels/sqlalchemy.py:2: ExtDeprecationWarning: Importing flask.ext.sqlalchemy is deprecated, use flask_sqlalc…
rlam3 updated
6 months ago
-
I have found that flask-debugtoolbar extension obviously effect on flask testing performance, even if given `DEBUG_TB_ENABLED = False` in the configuration of the testing mode.
In my case, I have 5…
-
```
~/Downloads unzip -v Flask_DebugToolbar-0.12.1-py3-none-any.whl
Archive: Flask_DebugToolbar-0.12.1-py3-none-any.whl
Length Method Size Cmpr Date Time CRC-32 Name
--------…
-
Hi, I'm trying to enable the Toolbar for a Flask app running on Python 3.3, and I get this:
File "[...]/python3.3/site-packages/flask_debugtoolbar/templates/base.html", line 50, in
{{ panel.con…
-
I'm not sure how I want to do the transition myself yet but I'm more than happy with how Click (http://click.pocoo.org/) (and the integration of it into Flask 1.0) is going that I would like this to b…
-
Previously-to-0.15.0, our Flask app starts successfully and DBT is visible and working.
Under 0.15.0, we now get this:
We are not using SQLAlchemy in this app, but it appears that the DBT is c…
-
Be good to cut a new release now that we've fixed a bunch of deprecation warnings + updated Jquery.
Probably a good idea to first resolve:
* https://github.com/pallets-eco/flask-debugtoolbar/issues/2…
-
Recent updates to Flask and related components have included support for Python 3, and it would be great to be able to use Flask-DebugToolbar in projects running on Python 3. As it stands now, Flask-D…
-
We need a basic sanity test that installing the python package doesn't feel like it did in:
* https://github.com/pallets-eco/flask-debugtoolbar/pull/225
```
Run python -c "from flask import Flask…
-
https://github.com/flask-debugtoolbar/flask-debugtoolbar/blob/42a965195081424f86c79fec9c26afaeb1028564/setup.py#L7
That's getting a bit long in the tooth, so this ticket tracks raising our minimum …