Skip to content

JonnyWilliams/Flask-AppBuilder

 
 

Repository files navigation

Flask App Builder

Simple and rapid application builder framework, built on top of Flask. includes detailed security, auto form generation, google charts and much more.

Take a look at instalation, quick how to tutorials, API reference etc: Documentation

Package Version

New 0.6 with some fixes and new features.

please read the Versions

Fixes, Bugs and contributions

Your welcome to report bugs, propose new features, or even better contribute to this project.

Issues, bugs and new features

Contribute

Includes:

  • Security
    • Auto permissions lookup, based on exposed methods. It will grant all permissions to the Admin Role.
    • Inserts on the Database all the detailed permissions possible on your application.
    • Public (no authentication needed) and Private permissions.
    • Role based permissions.
    • Authentication based on OpenID and Database (Planning LDAP).
  • Views and Widgets
    • Auto menu generator.
    • Various view widgets: lists, master-detail, list of thumbnails etc
    • Select2, Datepicker, DateTimePicker
    • Menu with icons
    • Google charts with automatic group by.
  • Forms
    • Auto Create, Remove, Add, Edit and Show from Database Models
    • Labels and descriptions for each field.
    • Automatic base validators from model 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.
    • Field sets for Form's (Django style).
  • i18n
    • Support for multi-language via Babel
  • Bootstrap 3.0.3 CSS and js, with Select2 and DatePicker
  • Font-Awesome icons, for menu icons and actions.

Some pictures

Login page (with AUTH_DB)

Login page (with AUTH_OID)

Security

Lists:

List contacts example

List Group example with search

Charts:

Group by pie chart

Group by month chart

Group by year chart

Depends on:

  • flask
  • flask-sqlalchemy
  • flask-login
  • flask-openid
  • flask-wtform
  • flask-Babel

About

Simple and rapid application builder framework, built on top of Flask. includes detailed security, auto form generation, google charts and much more.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published