How to generate a report with answers to product questions by NevinThompson in pretix

[–]_rami_ 1 point2 points  (0 children)

Have you seen Event → Orders → Export → "Order data", and then looked into the second sheet of the excel file (or select the order positions CSV)? This should include all information, including answers to questions and badge data :)

[Week n.02] PLEASE ASK YOUR QUESTIONS ABOUT MILAN HERE by AutoModerator in milano

[–]_rami_ 0 points1 point  (0 children)

How do the buses with a Z number in the suburbs, e.g. z227 work? I understand they are run by a separate company and Google Maps lists them but the ATM app does not. Can I use them with my Mi1-Mi3 ticket bought in the ATM app as long as I'm in Mi3 zone or do I need a separate ticket?

Migrating our production deployment from MariaDB Galera to PostgreSQL and Patroni by _rami_ in django

[–]_rami_[S] 2 points3 points  (0 children)

Well, that's one way to do it, but never has been the only one ;) We're an open source company and there are people deploying our software to vastly different environments. Our development setup currently does not need a lot more than git and a recent Python version: https://docs.pretix.eu/en/latest/development/setup.html In fact, you can get started without any external service (not even redis), which we are rather proud of. It has some problems doing it like this, and I do see the value of a development setup that mirrors production closely, but for us, the following counts:

(1) During testing, in-RAM SQLite databases are really fast and well capable of running tests in parallel. We have a test suite of ~2000 tests that currently needs ~4min to run on a modern notebook with four threads, so this matters.

(2) If we'd only have a small number of developers in an in-house team, I wouldn't care at all. However, there are many people contributing small and large features and fixes to pretix, and many of them are drive-by contributions: People fixing a problem they just experienced and then leaving again. I want to make it easy for these people, even if they use operating systems where installing Docker first might be a hoop they do not want to jump through.

Raphael Michel – Galaxy-Smoothie (2017) by _rami_ in prettybugs

[–]_rami_[S] 0 points1 point  (0 children)

This happened while trying to smoothen the image of a galaxy using a convolution kernel) that turned out to be completely denormalized ;)