rixx / pretix-stretchgoals

Display the average ticket sales price over time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pretix-stretchgoals

This is a plugin for pretix that allows you to define public or private goals that you want to reach in your presale.

image

Installation

pretix-stretchgoals has not been released on PyPI yet, so you have to install it from this repository:

pip install git+https://github.com/rixx/pretix-stretchgoals.git

Then go to your event's plugin settings, and activate `pretix-stretchgoals`:

image

You will now find a new entry in your side bar, and can proceed to configure the settings, add goals, and either look at them in the backend, or present them publicly in your frontend.

Development setup

  1. Make sure that you have a working pretix development setup.
  2. Clone this repository, eg to local/pretix-stretchgoals.
  3. Activate the virtual environment you use for pretix development.
  4. Execute pip install -e . within this directory to register this application with pretix's plugin registry.
  5. Execute make within this directory to compile translations.
  6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in the 'plugins' tab in the settings.

License

Copyright 2017 Tobias Kunze

Released under the terms of the Apache License 2.0

About

Display the average ticket sales price over time

License:Other


Languages

Language:Python 61.2%Language:HTML 37.8%Language:Dockerfile 0.6%Language:Makefile 0.4%