介绍 |
基于GAE的网络相册,支持外链,水印,防盗链等功能。 用GAEPhotos建立你自己的网络相册: 创建 GAE Python HRD 程序, HRD 是必须的. 从 //code.google.com/p/gaephotos/downloads/list 下载最新版本的GAEPhotos. 解压到本地目录. 更改 app.yaml 文件的第一行: application: gaephotos2 改成 application: xxxxxx xxxxxx 是你的GAE app id. 运行 update.bat. (确认 appcfg.py 在你的系统Path) 完成! 访问xxxxxx.appspot.com, 上传图片.
|