Coder Social home page Coder Social logo

jyjsjd / flask-appbuilder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dpgaspar/flask-appbuilder

0.0 2.0 0.0 38.92 MB

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. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/

License: BSD 3-Clause "New" or "Revised" License

Shell 0.11% Python 82.11% CSS 1.86% JavaScript 2.16% HTML 13.76%

flask-appbuilder's Introduction

Flask App Builder

image

image

Code Health

image

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.

Extensive configuration of all functionality, easily integrate with normal Flask/Jinja2 development.

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

Checkout installation video on YouTube for 1.2.0 and prior YouTube

Lots of examples and a live quick how to Demo from the docs (login has guest/welcome).

Package Version

New 1.9.6.

BREAKING CHANGES relative to 1.8.1 when using OAUTH authentication method.

If you're already using F.A.B. read carefully the migration procedures.

Also read the Versions for further detail on what changed.

Fixes, Bugs and contributions

You're welcome to report bugs, propose new features, or even better contribute to this project.

Issues, bugs and new features

Contribute

The tests can be run locally (provided Docker and Docker-Compose are installed) by running docker-compose run --rm test

Or, if you have mongodb and the requirements installed locally-setup.py test

Projects using FAB

If you would like to share your projects and join the list, just send me the link.

  • Superset - a data exploration platform designed to be visual, intuitive, and interactive
  • Flog

Includes:

  • Database
    • SQLAlchemy, multiple database support: sqlite, MySQL, ORACLE, MSSQL, DB2 etc.
    • Partial support for MongoDB using MongoEngine.
    • 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.
    • Inserts on the Database all the detailed permissions possible on your application.
    • 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
    • Related Select2 fields.
    • Google charts with automatic group by or direct values and filters.
    • AddOn system, write your own and contribute.
  • Forms
    • Automatic, Add, Edit and Show from Database Models
    • Labels and descriptions for each field.
    • 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.
    • Field sets for Form's (Django style).
  • i18n
    • Support for multi-language via Babel
  • Bootstrap 3.1.1 CSS and js, with Select2 and DatePicker
  • Font-Awesome icons, for menu icons and actions.

Some pictures

Login page (with AUTH_DB)

image

Login page (with AUTH_OAUTH)

image

Security

image

Lists:

List contacts example

image

List Group example with search

image

Charts:

Group by pie chart

image

Direct time chart

image

Group by time chart

image

Depends on:

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

flask-appbuilder's People

Contributors

dpgaspar avatar mistercrunch avatar veflask avatar absinthetized avatar roganw avatar anddam avatar fuzzwah avatar jak137 avatar vavrusa avatar xiaohanyu avatar abdullahdahmash avatar alexandrezia avatar ben-github avatar shixin-guo avatar a-mckinley avatar ottomata avatar edwardbetts avatar mortbauer avatar martjanz avatar xrmx avatar s-you avatar quanpower avatar gdedabiou avatar jiangrzh avatar mgellesch avatar robert-digit avatar cyrusroshan avatar btnpushnmunky avatar dlocke avatar dlotan avatar

Watchers

James Cloos avatar Jing Yang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.