Re: Help for side project needed (Django + JavaScript)

2007-07-04 Thread wrb
10usd/h? for god's sake 2007/7/4, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Django Users, > > First let me apologize for this spammy post. I first tried contacting > several contractors posted on the Django Project website, but did not > have much luck. One person I did get in touch with suggeste

templates and using repr to 'stringify' objects in views

2005-11-22 Thread wrb
Is this standard practice? I'd been having a tough time using some parts the template language (in particular ifequals, many of the filter and string functions) until I discovered that some of the template "magic" doesn't work correctly unless I "pre", repr(o) objects within the code of my view (

matplotlib and django usage?

2005-11-19 Thread wrb
I'm looking to generate (based on form requests) basic bar charts, pie charts, etc. inside of a my django app. Anyone try or suggest how django might interact with the likes of matplotlib. I read the documentation about generating PDFs, which should be very similar, but I wanted to see if others

Re: edit_inline and collapse

2005-11-08 Thread wrb
thanks for being so responsive to my (likely) annoying questions:) I look forward to a indexed version of the docs. I think this would be a nice feature. Is there a chance it will be supported with the new-admin branch?

edit_inline and collapse

2005-11-08 Thread wrb
Does (or should) the edit_inline functionality for related class also support collapse option?

Re: Using API to bulk populate data

2005-11-07 Thread wrb
Adrian Holovaty wrote: > On 11/4/05, wrb <[EMAIL PROTECTED]> wrote: > > What's the syntax to change or populate ForeignKey and ManyToMany > > fields? > > See the documentation: > > http://www.djangoproject.com/documentation/db_api/#relationships-joins > h

Using API to bulk populate data

2005-11-04 Thread wrb
Love the application but the tutorial and API reference only show fairly simple class create and adds. What's the syntax to change or populate ForeignKey and ManyToMany fields? What's the best way to bulk load 100s or 1000s of classes which have a variety of ForeignKeyFields and ManyToManyFields