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:
parent
ffe9a563e0
commit
131f6410d4
6 changed files with 22 additions and 21 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue