Re: Passing an object between views

2009-08-02 Thread Steve Schwarz
On Sun, Aug 2, 2009 at 6:58 PM, Jon Renaut wrote: > > I would like to use a form to collect a billing address, pass this > address to a new form where I collect credit card info, and then pass > the whole thing to the credit card processor. The only thing I want > to save to the database is a sh

Re: Handle event on a django event Calendar

2009-07-30 Thread Steve Schwarz
On Thu, Jul 30, 2009 at 6:41 AM, kimo wrote: > > Hi, > > Is there a way to have a django Clandar Event, i have a Event model, > and i want to display the event information on the calendar in order > to know if the organiser is free or busy on the date event. > > Many Thanks. > > I didn't find the

Re: Removing objects with many-to-many relationship

2009-07-30 Thread Steve Schwarz
On Thu, Jul 30, 2009 at 6:47 AM, rudy wrote: > > Hello, everyone! > > I'd like to remove some object with many-to-many relationship from > Django admin interface. Standard removing also removes all related > objects and the list of removed objects displayed on confirmation > page. But I don't nee

Re: How to send form via email

2009-07-29 Thread Steve Schwarz
On Wed, Jul 29, 2009 at 9:08 AM, el_kolo wrote: > > Hi, > > I have a form (class myForm(forms.Form)) with a few fields. I want to > send this form to my email account. I have put this form to my > template with button SEND. Everything works fine but using send_mail > function I can send only ONE