Skip to content

1.1

Compare
Choose a tag to compare
@triole triole released this 04 Aug 12:19
  • Fix missing translations

  • Add rdmo plugins
    Plugins can be used to customize or extend specific actions in RDMO using custom Python code outside of the centrally maintained code base. This is useful to introduce actions which are specific to a certain RDMO instance. With the possibility to add code to RDMO comes the danger of introducing additional bugs and security issues. Please be extra careful when using this advanced feature.

There already is an rdmo-plugins repository providing additional im- and export formats. It contains datacite, madmp and radar data formats. Please look into the plugins documentation to find out how to make use of it.

Steps to upgrade:

  • pip install --upgrade rdmo
  • python manage.py deploy