[Assorted-commits] SF.net SVN: assorted:[1525] pitch-in/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-11-27 08:42:30
|
Revision: 1525 http://assorted.svn.sourceforge.net/assorted/?rev=1525&view=rev Author: yangzhang Date: 2009-11-27 08:42:16 +0000 (Fri, 27 Nov 2009) Log Message: ----------- added usage instructions Modified Paths: -------------- pitch-in/trunk/README Modified: pitch-in/trunk/README =================================================================== --- pitch-in/trunk/README 2009-11-27 08:04:53 UTC (rev 1524) +++ pitch-in/trunk/README 2009-11-27 08:42:16 UTC (rev 1525) @@ -7,12 +7,23 @@ Requirements ------------ -- [Django] 0.96 +- [Django] 1.1.1 (not included in GAE SDK) - [Google App Engine] [Django]: http://www.djangoproject.com/ [Google App Engine]: http://code.google.com/appengine/ +Usage +----- + +To start the GAE SDK's local development environment, run: + + dev_appserver.py src/pitchin + +To upload the code to your GAE account, run: + + appcfg.py update pitchin + Resources --------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |