Re: MEDIA_ROOT, MEDIA_URL, ADMIN_MEDIA_PREFIX? Differences?

2007-10-31 Thread Kenneth Gonsalves
On 31-Oct-07, at 9:47 PM, Stupid Dustbin wrote: > MEDIA_ROOT the directory where you upload media > MEDIA_URL the url where your site media - css, js, icons etc live > ADMIN_MEDIA_PREFIX the alias to where the admin media lives - django/contrib/admin/media -- regards kg

Re: MEDIA_ROOT, MEDIA_URL, ADMIN_MEDIA_PREFIX? Differences?

2007-10-31 Thread jacoberg2
Hey, You have the media root correct, it points to a file in the system that contains the media. It is good for file upload use. The media url is basically what serves up the files and media for you, it is basically a site url, like if ur in the develpoment server it owuld be something like

MEDIA_ROOT, MEDIA_URL, ADMIN_MEDIA_PREFIX? Differences?

2007-10-31 Thread Stupid Dustbin
Hi, I'm new to django and there is something that is confusing me about the differences between MEDIA_ROOT MEDIA_URL ADMIN_MEDIA_PREFIX from what I read so far, media_root seem to be the folder that django upload media files to. however for MEDIA_URL seem to be something like url/and