-
Hi there,
I'm using an example Flask project from the Flask Mega Tutorial, but your code examples doesn't seem to work for me. Attached is a diff from my project:
```
diff --git a/app/__init__.…
-
Can't we use it? We need to patch it.
```python
a = MenuCategory('Info', icon_type=ICON_TYPE_GLYPH, icon_value='icon-desktop')
admin.add_view(UserA(User, category=a, menu_icon_type=ICON_TYPE_GL…
-
I'm trying to add flask-admin to the project:
[![enter image description here][1]][1]
I'm trying to extend the flask-base project https://github.com/hack4impact/flask-base/tree/master/app. This…
-
I just started using flask-admin and it is pretty easy to setup. Unfortunately, I cannot see newly created records after starting up the server.
There is no mention in the documentation that expla…
-
I've hosted a python Flask project in AWS using uWSGI and Nginx, initially everything worked fine, but then I decided to implement Flask-admin module. Now page is showing me an Internal Server Error m…
-
initialize Admin cannot define url and index_view at the same time.
admin = Admin(
app,
url='/test',
name='nav',
# index_view=MyAdminIndexView(name='try'),
template_mode='…
-
Dear All,
I would like to know, is there any way to Is there any way to extend template in flask-admin folder?
For example, I would like to change the behavior of admin/lib.html, how can I extend t…
xqliu updated
4 years ago
-
Is there an equivalent to the [dotted path syntax for related fields on `column_list`](https://flask-admin.readthedocs.io/en/latest/api/mod_model/#flask_admin.model.BaseModelView.column_list) for the …
-
Поискать шаблон для админки или сделать свой из модулей bootstrap
-
Awesome job in the library! I love the extensible design of this compared to flask-principal/ flask-login stack.
In https://flask-allows.readthedocs.io/en/latest/requirements.html Danger section, t…