Skip to content

Display the average ticket sales price over time

License

Notifications You must be signed in to change notification settings

pretix/pretix-stretchgoals

 
 

Repository files navigation

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.

./assets/graphs.png

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:

./assets/activate.png

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.9%
  • HTML 37.1%
  • Other 1.0%