rpc4django : convert escaped unicode to characters for textarea

2012-07-15 Thread wgw
When an rpc json call returns escaped unicode from python (something like \u00e8), how do I decode in javascript those escaped characters? (Is it really as complicated as indicated here: http://www.rishida.net/tools/conversion/conversionfunctions.js) I tried the rpc functions at http://rpc4d

Re: Wsgi path problem: deploying on a production server

2012-06-19 Thread wgw
using Alias for > static content. > > Notice how I activate the "server-status" module on a sub directory of a > site, and how I handle static content all from one Apache instance in this > configuration file: http://dpaste.org/DVp0D/ > > Hope that helps. > >

Wsgi path problem: deploying on a production server

2012-06-18 Thread wgw
e web directory. That configuration almost works: my.site.com:8080/programs/ goes to the first page of my application. However, when I follow a link from that page (admin, or any other), I get a path error: File does not exist: /home/wgw/public_html/qtypes, referer: http://my.site.com:8080/pro