资 源 简 介
What is djeploy?
djeploy is a simple script that makes it trivially easy to deploy django apps on a fastcgi-fronted server.
Just download the script, change a few variables in it, and away you go. For example...
Getting an app from subversion
./djeploy checkout fiddlybitz
Starting it up
./djeploy start fiddlybitz
Stopping it
./djeploy stop fiddlybitz
Updating your app (also restarts it)
./djeploy update fiddlybitz
Hopefully you get the idea. Usage information is available by running djeploy without any arguments.
Feedback and bug reports are strongly encouraged via the [issues section](http://code.google.com/p/djeploy/issues/list).