-
-
When using Flask-User v1.0, Flask-Admin cannot edit the user object anymore, but shows the "Username already exists" error. Inserting still works fine. When I remove the UserMixin from the class, edit…
-
I tried running `flake8 --max-complexity 12 flask_admin` and these were the results:
```
flask_admin/babel.py:1:1: C901 'TryExcept 1' is too complex (16)
flask_admin/contrib/fileadmin/__init__.py:1…
-
I try to use flask_security with flask_admin, but at start up there's a problem with the context_processor:
```
File "/home/lionel/dev/knmx/knmx/launcher.py", line 6, in
from knmx.app import c…
-
Going for Bootstrap 4 fully depends on flask-admin/flask-admin#1486.
Switch to python3.6 because 3.5 is old.
Flask 1.0 was released in April.
-
Wanted to flag something that's confused me a couple of times when reading https://flask-admin.readthedocs.io/en/latest/introduction/#getting-started:
There's 2 code blocks "above the fold":
```…
-
Running the `auth-flask-admin` example errors with the following `AttributeError: module 'wtforms.validators' has no attribute 'required'
This is directly after pip installing the requirements and …
-
This might be a no-op, but I didn't see an existing thread on it.
I was curious about [context-sensitive (Column-) default functions](https://docs.sqlalchemy.org/en/13/core/defaults.html#context-se…
-
Getting below error:
jinja2.exceptions.UndefinedError: 'form' is undefined
File "C:\Users\IBM_ADMIN\Anaconda2\envs\Flask\lib\site-packages\flask\app.py", line 2309, in __call__
retu…
-
Flask-User doesn't support **flask-babelex**. I use babelex package with flask-admin.
Got error below:
```
File "/Volumes/Dev/projects/flask-admin-proj/ve/lib/python3.6/site-packages/flask_debugto…
jleei updated
5 years ago