It so needs to be made?

def art(request):
        art = Article.objects.all()
        return render_to_response('art.html', {'art': art})

art.allow_tags = True

I so have written, but all the same it is impossible
http://127.0.0.1:8000/article/media/1.jpg

It can is necessary to make, that the path was http://127.0.0.1:8000/media/1.jpg
?


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

Reply via email to