Django 中经常使用的变量与常量

1.request.META:

'HTTP_REFERER': 'http://127.0.0.1:8000/users/login/'

request.META['HTTP_HOST']

request.META['HTTP_REFERER']

 

posted on 2014-09-24 23:12  yuyezhulan  阅读(536)  评论(0)    收藏  举报