Flask-Admin-Dashboard icon indicating copy to clipboard operation
Flask-Admin-Dashboard copied to clipboard

Flask Admin customized using AdminLTE bootstrap template and flask security to offer a better Dashboard UX

Results 5 Flask-Admin-Dashboard issues
Sort by recently updated
recently updated
newest added

Hello, How can I put data in the graphs read from a database? I am trying to do it but I could not Thank you

i want use mssql this project. but i cant change sqllite -> mssql Could you tell me where I should change it if I want to change it to mssql?

There is a issue with SQLAlchemy 1.4.0 which is automatically installed as a dependency of `Flask-SQLAlchemy` in the `requirements.txt`. It leads to the following issue when running the app: ```...

When clicking on a field in the user's table, the editable box does not open correctly. See image with console error. ![image](https://user-images.githubusercontent.com/47321195/106333444-84794800-623d-11eb-94fb-5551a0e1948d.png)

doesnt work ``` $ ./app.py Traceback (most recent call last): File "./app.py", line 5, in from flask_security import Security, SQLAlchemyUserDatastore, \ File "/home/z/tmp/Flask-Admin-Dashboard/venv/lib/python3.8/site-packages/flask_security/__init__.py", line 13, in from .core import Security,...