1 2 3 4 | def index(request):
response = render_to_response('mytemplate.html')
response["P3P"] = 'CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'
return response
|
More like this
- Compact P3P policy header injection middleware by mwolgemuth 4 years, 8 months ago
- Extended db cache backend with 'filter() / LIKE' support (and now scheduled cache clean!) by sleepycal 3 years, 5 months ago
- Foreign Key list_filter wthout custom FilterSpec by haileris23 3 years, 4 months ago
- Avoid IE Brokenness When using Vary and Attachments by axiak 6 years, 2 months ago
- Pass db.Field to newforms.Widget by guettli 5 years, 11 months ago
Comments