8d72f20 settings.py: use lists instead of tuples

Authored and Committed by kparal 5 years ago
    settings.py: use lists instead of tuples
    
    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.
    
        
file modified
+1 -3