Pretix App¶
About¶
Ticket shop application for conferences, festivals, concerts, tech events, shows, exhibitions, workshops, barcamps, etc.
- Questions? Ask in the Cloudron Forum - Pretix
- Pretix Website
- Pretix issue tracker
Plugins¶
Pre-installed plugins are in /app/code/venv/lib/python3.12/site-packages
.
Marketplace/Custom/User plugins are going to be installed to the default upstream location /var/pretix/venv/lib/python3.12/site-packages
.
Plugins can be found in the Pretix Marketplace and then installed as follows:
source /var/pretix/venv/bin/activate
(venv)$ pip install <plugin name>
After that, the app can be restarted to rebuild plugins and apply db migrations.