Re: Using Model Object Data in views.py

2009-07-22 Thread rpupkin77
, 8:54 pm, rpupkin77 wrote: > > > > > Hi, > > > this is probably a  really basic question, but i can't find the answer > > anywhere. > > > I need to get data from a model and use it in the view (views.py), > > before I pass it to the template. H

Using Model Object Data in views.py

2009-07-22 Thread rpupkin77
Hi, this is probably a really basic question, but i can't find the answer anywhere. I need to get data from a model and use it in the view (views.py), before I pass it to the template. However, the result I get back (when i examine the local vars) has only the value returned by the __unicode fu

Re: Custom File Handling Through admin

2009-05-12 Thread rpupkin77
Thanks, I'll take a look, Brightcove is an enterprise video service based in Cambridge, MA, Quite impressive API if you have the money and don't want to use a traditional CDN. http://www.brightcove.com On May 12, 10:44 am, Karen Tracey wrote: > On Mon, May 11, 2009 at 5:45 PM, rpu

two models, 1 table

2009-05-11 Thread rpupkin77
Hi, can I use the same table in two different models and surface different data in each, model, particularly in the admin panel? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: Custom File Handling Through admin

2009-05-11 Thread rpupkin77
NOTE: I don't need help with the Brightcove API, I have a Python library written for that, I need to intercept the file handler and use my BC logic and then insert the rest of the Meta Data into our DB. On May 11, 5:45 pm, rpupkin77 wrote: > Hi, > > I need to have a FileFiel

Custom File Handling Through admin

2009-05-11 Thread rpupkin77
Hi, I need to have a FileField from a model handled differently than the out of the box functionality, In short I need to add it to the a Brightcove account through their API, can someone give me a really brief rundown of how I would do this? I know it is a broad question, but I am a little conf

Customizing Admin Save Functionality

2009-05-11 Thread rpupkin77
Hi, Is there a list of admin blocks ie (form_top) somewhere, all I know are form_top and extra_head. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-