Skip to main content

Audit functionality to flask-appbuilder apps.

Project description

Will add audit views to F.A.B’s security menu. Enables audit for insert, update and delete operations on any ModelView you choose.

  • Install it:

    pip install fab-addon-audit
  • Use it:

On you application add the following key to config.py

ADDON_MANAGERS = [‘fab_addon_audit.manager.AuditAddOnManager’]

On your application change your views.py file to import:

from fab_addon_audit.views import AuditedModelView

Then subclass the ModelView’s you want to audit from AuditedModelView:

class ContactModelView(AuditedModelView):
    datamodel = SQLAInterface(Contact)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fab-addon-audit-0.0.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page