my view
def index(request):
category_list = Status.objects.filter(comment__startswith="d")
context_dict = {'categories': category_list}
return render(request, 'idesk/index.html', context_dict)
it shows result in index.html page
but when i try to show query in profile.html page like
hi
i a going to start django on ubuntu . can any one please give me some
link of good tutorial of django on ubuntu (from installation to advance ).
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group an
2 matches
Mail list logo