Python
Python is a general-purpose high-level programming language. Its design philosophy emphasizes code readability. Python claims to "[combine] remarkable power with very clear syntax", and its standard library is large and comprehensive.
Fabric Django Deployment script (2009)
Description: This is a Fabric script for deploying your Django applications to one or more servers.
Script assumes that you are using Apache and mod_wsgi for serving your Django application and lighttpd for serving static files (style-sheets, images, etc.).
Script also assumes that you are using Git version control system, since it downloads the latest version of your code / application from the local Git repository, but this can easily be changed if you are using SVN or any other version control system.
For more information and usage examples, please refer to the comments inside the script.
Requirements:- Windows / Linux / Mac OS
- Python >= 2.6
- Fabric Python library - tested with 0.9
Github URL: http://github.com/Kami/django-deployment-script
Documentation: check the in-line comments :)