#128 settings.py: use lists instead of tuples
Merged by jskladan. Opened by kparal.
tuuples  into  develop

Download 128.patch

Admins are not python programmers and defining a tuple with a single
value is tricky. Let's save them some troubles by using a list (we use
lists in other config options as well), which has less pitfalls.

whatevs :) THX though!

Pull-Request has been merged by jskladan

Metadata