zinnia-url-shortener-bitly

Bit.ly URL shortener backend for django-blog-zinnia


Keywords
django, zinnia, url, bit, ly
License
BSD-3-Clause
Install
pip install zinnia-url-shortener-bitly==1.1

Documentation

Zinnia-url-shorterner-bitly

Zinnia-url-shortener-bitly is a package providing URL shortening within django-blog-zinnia via Bit.ly.

Installation

  • Install the package on your system:

    $ pip install zinnia-url-shortener-bitly
    

    django-bitly will also be installed as a dependency.

  • Add 'django_bitly' in your INSTALLED_APPS settings and do a syncdb.

  • Put this setting to enable the URL shortener backend:

    ZINNIA_URL_SHORTENER_BACKEND = 'zinnia_bitly'

  • Define these following settings with your credentials:

    BITLY_LOGIN Your Bit.ly username

    BITLY_API_KEY Your Bit.ly API Key