Re: MEDIA_ROOT, what am I doing wrong?

2008-03-05 Thread Monica Leko
On 3/5/08, Pete Crosier <[EMAIL PROTECTED]> wrote: > > I think you're over-estimating Django a little when it comes to > serving media - check out > http://www.djangoproject.com/documentation/static_files/ > for details, it requires a little more work. Woho, it works. Thank you very much.

Re: MEDIA_ROOT, what am I doing wrong?

2008-03-05 Thread Pete Crosier
I think you're over-estimating Django a little when it comes to serving media - check out http://www.djangoproject.com/documentation/static_files/ for details, it requires a little more work. On Mar 5, 6:19 pm, "Monica Leko" <[EMAIL PROTECTED]> wrote: > In settings.py I have: > MEDIA_ROOT =

MEDIA_ROOT, what am I doing wrong?

2008-03-05 Thread Monica Leko
In settings.py I have: MEDIA_ROOT = 'C:/Documents and Settings/Monica/Desktop/aab/projekt/templates/media/' Media folder is in 'templates', and 'images' folder is in 'media'. angry.gif is in 'images'. Following page, when requested, doesn't show the image, only text "No image"?! I don't