Skip to content

leonardo-modules/leonardo-agenda

Repository files navigation

Leonardo leonardo-agenda

Organize your events in Leonardo CMS

Installation

pip install leonardo-agenda

You can set migrations redirect

MIGRATION_MODULES = {
    'agenda': 'leonardo_agenda.migrations',
}

Read More