Skip to content

Add a django command to create a package from a csv.

The csv has the same format as the csv used by import_media. The created package should be added to a repository to be installed later.

This fix the issue #354 (closed). This PR is base on pr #342 as the later one introduce MediaCenter package.

Merge request reports