開発サーバかの区別

def is_local():
return os.environ.get('SERVER_SOFTWARE', '').startswith('Development')

という関数作ってどっかに入れとく。

いつまで使えるかは怪しい…。