Fix some formatting affected by the space conversion. IMPORTANT: Channel list attributes are now stored via Django's bundled version of simplejson instead of cPickle/pickle. Pickle isn't unicode-capable in 2.5 and lower, plus JSON is going to be a lot more accessible for web-stuff.

This commit is contained in:
Greg Taylor 2008-06-14 04:18:20 +00:00
parent ffe9a563e0
commit 131f6410d4
6 changed files with 22 additions and 21 deletions

View file

@ -1,7 +1,7 @@
import os
from traceback import format_exc
from apps.config.models import ConfigValue, ConnectScreen
from apps.config.models import ConfigValue
import functions_general
"""
Handle the setting/retrieving of server config directives.