Implement a custom [Django management command](https://docs.djangoproject.com/en/2.2/howto/custom-management-commands/) that allows - listing all available data sources - importing data from one or more sources by name (e.g. "debian") - importing data from all sources
Implement a custom Django management command that allows