Skip to content

Initial data

A.s edited this page Sep 18, 2023 · 5 revisions

Using 'Site Admin' panel for adding data in bulk is not comfortable. Thankfully, we have other means to populate the database with, for example, Indexes.

Fixtures

We have a custom command: load_initial_data that wraps Django's loaddata administrative command (for further details, see official docs on this topic.) This command loads the fixtures (JSON files). You can edit these manually.

Spreadsheet Import

Extension

Clone this wiki locally