Skip to content

Add new seed_data command for inital listaflow data

Calum Lind requested to merge cas.dev/listaflow:feat/init-seed-data into master

Implemented a new django-admin command seed_data to populate the database with data to help developers working from a clean slate.

Supporting information

Merge deadline

"None"

Testing instructions

Step by step procedure

  1. make seed_data

Author notes and concerns

The checklists are using fake data but would probably prefer to fill them out with more realistic data.

Merge request reports