Re: Email Charset

2007-04-19 Thread Condredge
Great! Thanks - I look forward to what you guys do with this! On Apr 18, 6:09 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 4/19/07, Condredge <[EMAIL PROTECTED]> wrote: > > > > > I wonder if anyone else has discovered this problem. I h

Email Charset

2007-04-18 Thread Condredge
US_ASCII it solved the problem. However, I'd rather use utf_8 for the default_charset and just set it to ascii for sending email. Is there a way to do this or do I have to use python's email modules directly? Thanks! Condredge --~--~-~--~~~---~--~~ You rec

Re: Question on Django ORM

2007-03-13 Thread Condredge
Yep, you can use a Related Model. So you might do it this way: class Address(models.Model): line1 = models.Charfield(maxlength=100) line2 = models.Charfield(maxlength=100, blank=True, null=True) city = models.Charfield(maxlength=100) state = models.Charfield(maxlength=2) coun

Re: Generic form appearing on multiple pages

2007-03-13 Thread Condredge
This is exactly what I'm looking to do as well. Did you ever find a solution that worked for you? Or has anyone else done something like this? Thanks! Condredge --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: Django AMF supports AMF3

2007-01-12 Thread Condredge
I'm having some trouble getting this to work... Do you know if it works with the Development version of Django (which I'm using) or only version 0.95? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Django AMF supports AMF3

2007-01-12 Thread Condredge
Tomohiro, Excellent work on this! Do I need to get the new version if I'm only use AS 2? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@goo

Re: is there a way to combine generic views?

2006-12-07 Thread Condredge
Hey Anton, Another option is to write a wrapper view that makes use of the generic views but adds more to it. James Bennett over at B-List wrote a very useful article on this: http://www.b-list.org/weblog/2006/11/16/django-tips-get-most-out-generic-views --~--~-~--~~~---

Re: Django AMF

2006-11-28 Thread Condredge
Tomohiro, Great! Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMA

Re: Django AMF

2006-11-27 Thread Condredge
Oooh, sweetness! Now I can switch over my RIAs from CF into Python/Django - very nice Tmohiro! Will this work with Flash MX 2004? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t