lemeur / fab_addon_operation_scheduler

An Flask-Appbuilder scheduler (based on flask-AppScheduler), with graphical UI to schedule tasks
GNU General Public License v3.0
1 stars 0 forks source link

fab_addon_operation_scheduler

An Flask-Appbuilder scheduler (based on flask-AppScheduler), with graphical UI to schedule tasks

Status: work in progress

requirements

This is a plugin for Flask-Appbuilder and must be:

In you own app's config.py:

ADDON_MANAGERS = ['fab_addon_operation_scheduler.manager.OperationSchedulerManager', 'fab_addon_turbowidgets.manager.TurboWidgetsManager']

You can notice that there is a dependancy on another addon: fab_addon_turbowidgets available at github

Also, this will require you to update you database, as this addon adds new models