           SPELL=django
if [ "$DJANGO_SVN" == "y" ] ; then
    if [ "$DJANGO_SVN_AUTOUPDATE" == "y" ] ; then
        VERSION=$(date +%Y%m%d)
    else
        VERSION=svn
    fi
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://code.djangoproject.com/svn/django/trunk/:$SOURCE_DIRECTORY
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.96.1
          SOURCE=Django-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Django-${VERSION}
   SOURCE_URL[0]=http://www.djangoproject.com/download/${VERSION}/tarball/
     SOURCE_HASH=sha512:53c5e03a4c2cabe07acdaf4767ef9babbd18d9e775691280105736f237080ca3cf6809575db0dcdb315d3e532ab2f04843fb985513fcaef4170a482b64ccfaec
fi
        WEB_SITE="http://www.djangoproject.com/"
      LICENSE[0]=BSD
        KEYWORDS="web python devel"
         ENTERED=20070821
           SHORT="Django is a high-level Python Web framework"
cat << EOF
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

Developed and used over two years by a fast-moving online-news operation,
Django was designed to handle two challenges: the intensive deadlines of a
newsroom and the stringent requirements of the experienced Web developers who
wrote it. It lets you build high-performing, elegant Web applications quickly.
EOF
