Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. Includes detailed security, auto CRUD generation for your models, google charts and much more.

Flask-AppBuilder screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • Self-Hosted
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Python-based
  2.  Code generation
  3.  SQLite

 Tags

Flask-AppBuilder News & Activities

Highlights All activities

Recent activities

No activities found.

Flask-AppBuilder information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all
Flask-AppBuilder was added to AlternativeTo by david1212 on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

Featured in Lists

A list with 79 apps by 6feriolimarco without a description.

List by Francisco Ferioli Marco with 79 apps, updated

What is Flask-AppBuilder?

The main goal for this project is to provide a simple development framework that handles the main problems any web application or site encounters. It will help you adhere to the DRY (Don’t repeat yourself) principle.

Keep in mind that it is possible to develop directly on Flask/Jinja2 for custom pages or flows, that painlessly integrate with the framework.

This framework goes further than an admin scaffolding package. It has builtin presentation and behaviour alternatives, and you can easily build your own. It’s highly configurable, and ships with extra goodies.

It’s intended to lower errors, bugs and project’s time to deliver.

This package has some CSS and JS batteries included: Google charts CSS and JS BootStrap CSS and JS

– Includes

Database SQLAlchemy, multiple database support: sqlite, MySQL, ORACLE, MSSQL, DB2 etc. MongoDB, using mongoEngine, still partial support (only normalized). Multiple database connections support (Vertical partitioning). Easy mixin audit to models (created/changed by user, and timestamps). Security Automatic permissions lookup, based on exposed methods. It will grant all permissions to the Admin Role. Public (no authentication needed) and Private permissions. Role based permissions. Authentication support for OAuth, OpenID, Database, LDAP and REMOTE_USER environ var. Support for self user registration. Views and Widgets Automatic menu generation. Automatic CRUD generation. Multiple actions on db records. Big variety of filters for your lists. Various view widgets: lists, master-detail, list of thumbnails etc. Select2, Datepicker, DateTimePicker. Select2 related fields. Forms Automatic, Add, Edit and Show from Database Models Automatic base validators from model’s definition. Custom validators, extra fields, custom filters for related dropdown lists. Image and File support for upload and database field association. It will handle everything for you. i18n Support for multi-language via Babel.