Skip to content
  • Samuel GAIST's avatar
    [utils][commands][install] Implement asset subset installation · a6cf23b4
    Samuel GAIST authored
    This refactoring allows to give only a subset of
    assets to install. This will allow to fully install
    a single asset.
    
    Note that dependencies must be correctly provided.
    For example if Protocol Templates are to be installed
    on an empty database, the dataformat must be listed
    along i.e.:
    django install --assets dataformats protocoltemplates
    a6cf23b4