分享:集成了Django1.0 的Google App Engine开发 模板项目

I'm glad to share a start project framework , which I think it's a better practice on the GAE Django development.
You can start your project on the basic of it . And download it from here .

The framework includes :A django1.0.2 zip package, appengine helper , gaeunit , a demo :upload files to gae datastore with Django1.0 api , and a test for the upload demo (run by gaeunit and django test: manage test upload)

PS:
The most effort I've made is the integration of all these tools, because they're all not quite stable yet:-( and problems turns up from here and there :-(
In case your don't meet the same problems all I've encountered, I share this demo:-)

Enjoy it!


我很高兴与大家分享我的一个GAE开发的start project. 你可以以它为基础开始你的GAE项目.
如果你是用eclipse pydev进行开发 那可以直接导入:-)

下载地址:http://code.google.com/p/mouse-action/downloads/list

你可能感兴趣的:(eclipse,django,Google,UP,GAE)