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, rpupkin77  wrote:
>
> > 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 confused about saving
> > admin data and handling outside of the Admin panel, and the api file
> > upload complicates stuff.
>
> I've not heard of Brightcove before, but it sounds like a custom storage
> backend for it may be what you need to find/write.  Have you read these bits
> of the docs:
>
> http://docs.djangoproject.com/en/dev/topics/files/http://docs.djangoproject.com/en/dev/howto/custom-file-storage/
>
> ?
>
> Karen
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Custom File Handling Through admin

2009-05-12 Thread Karen Tracey
On Mon, May 11, 2009 at 5:45 PM, rpupkin77  wrote:

>
> 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 confused about saving
> admin data and handling outside of the Admin panel, and the api file
> upload complicates stuff.
>

I've not heard of Brightcove before, but it sounds like a custom storage
backend for it may be what you need to find/write.  Have you read these bits
of the docs:

http://docs.djangoproject.com/en/dev/topics/files/
http://docs.djangoproject.com/en/dev/howto/custom-file-storage/

?

Karen

--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 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 confused about saving
> admin data and handling outside of the Admin panel, and the api file
> upload complicates stuff.
>
> Thanks in advance
>
> (I am using new forms w/ Python25)
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 confused about saving
admin data and handling outside of the Admin panel, and the api file
upload complicates stuff.

Thanks in advance

(I am using new forms w/ Python25)
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---