core-dashboard-common-app

Resource management via a dashboard for the curator core project


License
Other
Install
pip install core-dashboard-common-app==1.0.0rc2

Documentation

Core Dashboard Common App

Resource management via a dashboard for the curator core project.

Quickstart

1. Add "core_dashboard_common_app" to your INSTALLED_APPS setting

INSTALLED_APPS = [
    ...
    'core_dashboard_common_app',
]