           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.2.3
          SOURCE=Django-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Django-$VERSION"
   SOURCE_URL[0]=http://www.djangoproject.com/download/$VERSION/tarball/
     SOURCE_HASH=sha512:6ab7c220401b59ab3e07655128842dad2253e144e0af4a18684827b1f19d56b34557fbba2129f68bbb11832bac9e83e292438df36078598c37ceb15e4ad52fbf
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
