Skip to content

Create demo data

Guillaume MARTINEZ requested to merge create-demo-data into develop

What does this MR do and why?

Add function to initialize the application with demo data

Implement #21 (closed)

How to set up and validate locally

  • Creating a fresh new database
  • Run make demo-data

MR acceptance checklist

  • My code follows the style guidelines of this project
  • I ran pylint and other linters for modified files
  • I have performed a self-review of my own code and tested it
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • My code needed automated testing. I have added them (this is optional task)
Edited by Guillaume MARTINEZ

Merge request reports