Sunday, February 27, 2011

Re: Browsing through media files on remote machine

On Feb 27, 1:01 am, Borislav Petrović <chub...@gmail.com> wrote:
> Hello,
>
>         Is there an app, or a suggestion on how to browse through media
> files on a remote machine?
>
> I have a setup that would include two separate machines one from a web
> hosting for my django site and another that would host media files. I need
> to be able to browse and select files from django admin and save their paths
> to a database field so they can be served on the web page. No uploading
> needed.

You need to set MEDIA_PATH =" (IP address or URL) "
in setting.py file.

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

No comments:

Post a Comment