Skip to content

Add command to prepopulate ExternalBundle table.

This commit adds a new Django command to prepopulate ExternalBundle avoiding tedious and error prone procedure that needs to be done through Django's admin web.

To use it you need to create a YAML file that specifies that new ExternalBundles to be included. See example file.

You should run the command using ldh_middleware prepopulate <infile>

Merge request reports