Move Settings from DB to Pickle
Some data types aren't easy to handle with the current Setting database model, and parsing/encoding is cumbersome. Given that server environment is usually trustworthy, it is simpler to use Pickle to (de)serialize the whole setting stack.