Flask-Admin 1.6.1
0
Simple and extensible admin interface framework for Flask
Contents
Simple and extensible admin interface framework for Flask
Stars: 5768, Watchers: 5768, Forks: 1570, Open Issues: 377The pallets-eco/flask-admin
repo was created 12 years ago and the last code push was 22 hours ago.
The project is extremely popular with a mindblowing 5768 github stars!
How to Install flask-admin
You can install flask-admin using pip
pip install flask-admin
or add it to a project with poetry
poetry add flask-admin
Package Details
- Author
- Flask-Admin team
- License
- BSD
- Homepage
- https://github.com/flask-admin/flask-admin/
- PyPi:
- https://pypi.org/project/Flask-Admin/
- GitHub Repo:
- https://github.com/flask-admin/flask-admin
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common flask-admin errors.
Code Examples
Here are some flask-admin
code examples and snippets.
GitHub Issues
The flask-admin package has 377 open issues on GitHub
- DateTimeField with default time incompatible with WTForms 3.0.1
- [Question]: When is the next release planned?
- changed required to DataRequired in auth-flask-login eg.
- [Feature Request] Ability to supply form_rules for inline_models' fields
- [Feature Request] Allow association_proxy/relationship fields in
editable_column_list
- How can I show custom value of funtion in detail page ?
- Joined table column names result in invalid CSS classes in the edit list
- column_choices :The value of is obtained from Sqlalchemy
- EmbeddedDocumentField issue with WTForms 3.0.0
- Add ability to use form_ajax_refs fields as editable columns
- Bootstrap 5
- Support Import data
- add FilterEmpty to pymongo
- form_ajax_refs are not respected by association_proxy fields unless association proxy has exactly the same name as referenced model field
- update multi-update-fields