2010-11-07から1日間の記事一覧

Pylons routing environ

引数としてenvironの変数を渡すhttp://pylonsbook.com/en/1.1/urls-routing-and-dispatch.html#conditions def referals(environ, result): result['referer'] = environ.get('HTTP_REFERER') return True You could use this function in a route like this…