Re: FLV Video Uploader in Django

2007-05-14 Thread Matt Dennewitz
how do you apply the patch? dumb question, but ive never applied one before :) thanks, matt On May 14, 2007, at 9:59 AM, badger17 wrote: > > > On May 14, 3:31 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> I'm looking to create a tool that will allow users to upload video >> and

Re: CRUD - grid? Is Django suitable for this?

2007-05-10 Thread Matt Dennewitz
see: extjs.com grid On May 10, 2007, at 9:54 PM, walterbyrd wrote: > > > How about a grid where data is not editable inline, but it still > sortable by clicking on column headers? > > On May 10, 2:50 pm, [EMAIL PROTECTED] wrote: >> Django is good for providing the backend, but most of your >>

Re: CRUD - grid? Is Django suitable for this?

2007-05-10 Thread Matt Dennewitz
Check out: http://extjs.com/deploy/ext/docs/index.html Under "Grid" is the best open source grid that youll find today. AJAX- enabled with beautiful inline editing and more. Free for open source projects, cheap to purchase for commercial use. I use it for just about everything! Matt On M

Re: Configure eclipse and pydev to debug django

2007-03-17 Thread Matt Dennewitz
in your project preferences, add the django directory to your python path. also, check out "pydev extras." its an additional plugin with great bonuses like code-ahead and more matt On Mar 17, 2007, at 10:32 AM, Grupo Django wrote: > > > Hello, does someone know how can I configure ecl