Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 188 Bytes

getting_started.rst

File metadata and controls

13 lines (10 loc) · 188 Bytes

Getting started

Configuration

  1. Add import_export to INSTALLED_APPS:

    INSTALLED_APPS = (
        ...
        'import_export',
    )