-
@samuelhwilliams working on it.
-
Hi there,
When testing webauthn implementation, I followed the steps for creating the models, installing the additional webauthn lib and adding the necessary user attributes and configurations.
…
-
Before proposing a PR, just wanted to check if this check in [`__init__.py:67`](https://github.com/mgood/flask-debugtoolbar/blob/master/flask_debugtoolbar/__init__.py#L67) is strictly necessary?
``` …
-
I'm running into a serious performance problem with flask-restless that is making me look at alternatives and that breaks my heart. The posts table contains almost 700k "posts" for a blog with one-to-…
-
We're migrating the location of this repo from `flask-debugtoolbar/flask-debugtoolbar` to `pallets-eco/flask-debugtoolbar` to co-locate it alongside a number of other popular Flask-related extensions.…
-
Dont install correctly this package from locally(dev-version) or PyPi(0.12.1).
**$ python3 -m pip install --no-deps -t /home/user/downloads/fdtb .**
```
Processing /home/user/downloads/flask-debu…
-
```
pip install flask-debugtoolbar
Requirement already satisfied (use --upgrade to upgrade): flask-debugtoolbar in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied (use --upgrade t…
-
We should include in our readme that the application doesn't not support async functionality and that effort is under development. If possible, it'd be great to detect that async functionality is bein…
-
With version 0.12.1 is not possible to import DebugToolbarExtension from flask_debugtoolbar:
The following import is working with 0.11.0 but generate error with 0.12.1:
`from flask_debugtoolbar im…
-
```
(ma)➜ flask-mega-tutorial git:(master) ✗ python runserver.py
Did not find settings file settings.py for additional settings, skipping it
Did not find settings file development.py for additional s…
ghost updated
6 months ago