media-root

django: ImageField, MEDIA_ROOT, MEDIA_URL, how to set correctly

How should MEDIA_ROOT and MEDIA_URL be set correctly in context of ImageField? How should I set upload_to parameter for an ImageField? Comments for MEDIA_ROOT and MEDIA_URL are scarce, so I would like to know, what are they used for and how to set them correctly. ...