Files
pretix_original/src/pretix
Tim Freund aecb536a34 Use config.getboolean to get metrics enabled value (#770)
Given the following configuration:

[metrics]
enabled=False

Using config.get results in a METRICS_ENABLED value that always
evaluates to True. This PR switches to config.getboolean so that metrics
can be disabled without deleting the configuration values.
2018-02-18 17:40:13 +01:00
..
2018-02-14 11:50:10 +01:00
2018-02-14 11:49:16 +01:00
2018-02-03 16:57:04 +01:00
2018-02-04 22:42:04 +01:00
2018-02-03 17:00:40 +01:00
2017-07-17 20:29:56 +02:00
2017-09-25 10:46:47 +02:00
2015-05-12 21:48:41 +02:00