POST variable bug?

2007-07-27 Thread shravster
Hi, Blow is a screen paste of server log for a small project I am working on. I am just printing the httpRequests POST data. Django version 0.96, using settings 'rsync.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CONTROL-C. httpr.POST =

Manipulating URLs

2008-06-23 Thread shravster
Hi I am creating my first serious project with Django and looking for ways to play around with the urls. For instance lets say a user was sending a message to another user from (current url on the browser) "/ send_message/" and I want to redirect the user on posting the message to

Re: Manipulating URLs

2008-06-23 Thread shravster
Tons of good karma to you both :) really appreciate it.. Thanks! On Jun 23, 1:02 am, Tye <[EMAIL PROTECTED]> wrote: > I knew I'd write a long, pseudo-detailed post, just to turn around and > find something so very simple. > > I knew it! > > Thanks Matthias :-)

os.fork inside django view bad idea?

2008-09-15 Thread shravster
Hi people, I am running Django .96 and I have the situation, in which I need to open a remote url using urlopen to get some information from the web. Here is what I thought of: Fork a new process from the view at the point where i need to perform urlopen. Create a pipe so that the child