Re: Reconstruct User

2008-03-08 Thread Dave Shepard
You were absolutely right. Thanks! It works now. On Feb 25, 11:09 am, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > Hi Dave, > > > I'm a bit of a Django noob, coming from -- shudder -- PHP. I'm trying > > to make an Ajax page that saves data from a form with a view that > > requires authentication.

Reconstruct User

2008-02-23 Thread Dave Shepard
Hi all, I'm a bit of a Django noob, coming from -- shudder -- PHP. I'm trying to make an Ajax page that saves data from a form with a view that requires authentication. This page also needs a lot of data that depends on the user. I can't figure out how to get all this data back together in a way