djangoサーバーを実行してインデックスページをロードすると...
エラー:
'WSGIRequest' object has no attribute 'push'.
これは私のコードです
def index(request):
context_dict = {'boldmessage': "anything can b written here"}
return render_to_response('rango/index.html', context_dict, request)