Skip to content

RobotHanzo/IndicoCustomPass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indico-custom-pass

This plugin grants admins the ability to customize Indico Google Wallet & Apple Pay passes.

Installation

Install the plugin package from PyPI

pip install indico-custom-pass

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

PLUGINS = { ... , 'custom_pass'}

Install for development for contributing to this plugin

Clone this repository on ~/dev/indico/plugins

git clone https://github.com/RobotHanzo/IndicoCustomPass.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 custom_pass on PLUGIN.

PLUGINS = { ... , 'custom_pass'}

You can now test you modification on your development indico environment.

About

Grants admins the ability to customize Indico Google Wallet & Apple Pay passes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages