Re: newsform question

2007-09-03 Thread Doug B
I think what you want is the newforms 'prefix' option. I can't seem to find it in the docs though, so here is an example. It seems a little strange to be saving forms in the session, and I can't see how your quantity updates can happen if you don't access POST in the update_quantity view at all.

newsform question

2007-09-02 Thread pinco
Hi, I'm new to Django and I'm evaluating this promising framework by migrating a part of our e-commerce application from rails to Django (and we are really amazed from the results, expecially for the speed of the framework when compared to rails). At the moment I'm implementing a prototype of th