This plugin provides registration price adjustment options for non-logged-in users.
Install the plugin package from PyPI
pip install indico-price-adjustmentsOpen indico.conf of your indico installation then add price_adjustments on PLUGIN.
PLUGINS = { ... , 'price_adjustments'}Clone this repository on ~/dev/indico/plugins
git clone https://github.com/RobotHanzo/IndicoPriceAdjustments.gitWith python virtual environment of Indico development installation enabled, enter the cloned directory then run following command to install the plugin.
pip install -e .Open indico.conf which should be located in ~/dev/indico/src/indico then add price_adjustments on PLUGIN.
PLUGINS = { ... , 'price_adjustments'}You can now test you modification on your development indico environment.