Skip to content

Install

Install

pip install hope-smart-export

Setup

In your settings.py:

INSTALLED_APPS = [
    ...
    "hope_smart_export",
]