Commit Graph
6 Commits
Author SHA1 Message Date
Nicole KlünderandRaphael Michel 3df737a94f fix missing space in german translation (#587) 2017-08-01 20:39:39 +02:00
Nicole KlünderandRaphael Michel 0e4c414c2e fix wrong stripe version in setup.py (#588) 2017-08-01 20:39:25 +02:00
Nicole KlünderandRaphael Michel bbed8e5fae throw exception if PRETIX_CONFIG_FILE can not be opened (#581)
If the environment variable PRETIX_CONFIG_FILE is set but the file can not be read because it does not exists or permission is denied, pretix just runs with default settings. When setting up a new installation this can be confusing and difficult to debug.

I think it is safe to assume that someone who sets PRETIX_CONFIG_FILE aims to point it at a readable file, so raising with a more understandable exception is expected or at least helpful. Otherwise, the user will usually get a DisallowedHost exception because the [pretix]url config variable is not set which is not as helpful.
2017-07-31 18:33:16 +02:00
Nicole KlünderandRaphael Michel 444678ce6b fix typo in docs 2016-11-28 18:06:32 +01:00
Nicole KlünderandRaphael Michel 50d82143bc do not overwrite SESSION_ENGINE if it is already set (#235) 2016-11-07 19:53:15 +01:00
Nicole KlünderandRaphael Michel f1565d1089 remove bundled code from github stats (#238) 2016-09-15 08:10:38 +02:00