This topic created in 5225 days ago, the information mentioned may be changed or developed.
如题,本地gae环境测试的,登录wirte的时候,一直无法匹配auth.py内部的SECRET。
本人有些小白 Project Picky网上的资料又太少了。求诸位赐教
:-)
3 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
9hills Apr 29, 2012
livid都放弃用这个,改用jekyll了。。
不要使用不再维护的东西
|
 |
|
2
zenir Apr 29, 2012
@ 9hills 最近有一个jekyll的加强版本Octopress。可以尝试下。
|
 |
|
3
Livid Apr 29, 2012
python:
import hashlib hashlib.sha1('secret').hexdigest()
|