0
我有一些爲我工作的中間件。是否有可能傳遞一些數據到這個中間件方面將被渲染的模板?將數據傳遞給中間件
讓我們假設我有網址:
url(r'^some/$', direct_to_template, {'template': 'some.html'}, name='community', kwargs={'value': 'value'}),
,我想傳遞的價值中間件。可能嗎?
我有一些爲我工作的中間件。是否有可能傳遞一些數據到這個中間件方面將被渲染的模板?將數據傳遞給中間件
讓我們假設我有網址:
url(r'^some/$', direct_to_template, {'template': 'some.html'}, name='community', kwargs={'value': 'value'}),
,我想傳遞的價值中間件。可能嗎?
大 - 這就是我需要的。 – szaman