           SPELL=django-user-accounts
         VERSION=2.1.0
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://pypi.org/packages/source/d/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:d2f89e5d389cea24785be53b8a88ae3c80e30d1651c4cc3e1fb0e07a9464608257f84cdd64d6fcd82da3162da2caa53304a09dff9b2c677aff8f479d55399d65
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://github.com/pinax/django-user-accounts
         ENTERED=20200607
      LICENSE[0]=MIT
           SHORT="user accounts for Django"
cat << EOF
django-user-accounts provides a Django project with a very extensible
infrastructure for dealing with user accounts.

Features:
* Functionality for:
  - Log in (email or username authentication)
  - Sign up
  - Email confirmation
  - Signup tokens for private betas
  - Password reset
  - Password expiration
  - Account management (update account settings and change password)
  - Account deletion
* Extensible class-based views and hooksets
* Custom User model support
EOF
