Re: Process discussion: reboot

2010-04-20 Thread Stephen Crosby
t improve in this area. > > Jacob > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to django-develop...@googlegroups.com. > To unsubscribe from this group, send email to > djang

Re: Proposal for new field type: CompositeField

2009-12-24 Thread Stephen Crosby
Michael, In your address example, I'm not sure what advantage this CompositeField has over just creating an address model/table and using a regular foreign key to reference it. You mentioned the need to create a field composed of other fields which to me sounds a lot like a regular one-to-many rel

Re: unable to start a background process using the development server

2009-11-13 Thread Stephen Crosby
Thanks for the response Russell, We can get into exactly what I'm doing if we need to, but for now lets just assume that I've thought this through fairly thoroughly and I do in fact want to start background processes from certain very specific web requests. We can certainly get into the details if