           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:$SPELL
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=1.0
          SOURCE=Django-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Django-$VERSION"
   SOURCE_URL[0]=http://www.djangoproject.com/download/$VERSION/tarball/
     SOURCE_HASH=sha512:655a567ef22181174c26a51b0b6170985b435013c19af31b2296b76d4672aa8300c3ac856363088c77fabd5908e9d5e9015a9d8d6876375a8d61c6806f33d813
fi
        WEB_SITE=http://www.djangoproject.com/
      LICENSE[0]=BSD
        KEYWORDS="web python devel"
         ENTERED=20070821
           SHORT="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
