Skip to content

RobotHanzo/IndicoPriceAdjustments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indico-price-adjustments

This plugin provides registration price adjustment options for non-logged-in users.

Installation

Install the plugin package from PyPI

pip install indico-price-adjustments

Open indico.conf of your indico installation then add price_adjustments on PLUGIN.

PLUGINS = { ... , 'price_adjustments'}

Install for development for contributing to this plugin

Clone this repository on ~/dev/indico/plugins

git clone https://github.com/RobotHanzo/IndicoPriceAdjustments.git

With 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.

About

This plugin provides registration price adjustment options for non-logged-in users.

Topics

Resources

License

Stars

Watchers

Forks

Languages