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 [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
-~----------~----~----~----~------~----~------~--~---