Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 507 Bytes

README.rst

File metadata and controls

36 lines (22 loc) · 507 Bytes

Leonardo Folio

Folio model and widgets for Leonardo

pip install leonardo_module_folio

or as leonardo bundle

pip install django-leonardo["folio"]

Add leonardo_module_folio to APPS list, in the local_settings.py:

APPS = [
    ...
    'leonardo_module_folio'
    ...
]

Load new template to db

python manage.py sync_all