Are you asking about images you upload using django that appear in individual content items, or are you asking about "static" images, typically used by your CSS as background images or whose url is encoded in img tags directly in your templates?
The former is a harder question and requires much more information about, say, which CMS or other app that displays the images on the site you are using. The latter is a problem you have to have solved before approaching the former, and is equivalent to asking how you get any of your non-admin media loaded, and that, in turn, depends on whether you are using the development server, or are, for example, running under mod_wsgi behind, say, apache. So, we need more information in order to help you. Bill On Thu, Jan 27, 2011 at 4:03 PM, nicolas lubkov <[email protected]> wrote: > hello im having a terrible time just showing images in my web. i cant find > out how it works. can some one show me how to just post a image in my web?? > how to place the setting rigth the media root and url?? > thak everybody for your help > > -- > Saludos. > Nicolas Lubkov > Ing. Informatica de gestion > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

