This plugin grants admins the ability to customize Indico Google Wallet & Apple Pay passes.
Install the plugin package from PyPI
pip install indico-custom-passOpen indico.conf of your indico installation then add custom_pass on PLUGIN.
PLUGINS = { ... , 'custom_pass'}Clone this repository on ~/dev/indico/plugins
git clone https://github.com/RobotHanzo/IndicoCustomPass.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 custom_pass on PLUGIN.
PLUGINS = { ... , 'custom_pass'}You can now test you modification on your development indico environment.