Zinnia-url-shorterner-bitly
April 11, 2014 ยท View on GitHub
=========================== 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 yourINSTALLED_APPSsettings 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_LOGINYour Bit.ly usernameBITLY_API_KEYYour Bit.ly API Key
.. _django-blog-zinnia: http://django-blog-zinnia.com .. _Bit.ly: http://bit.ly .. _django-bitly: https://github.com/discovery/django-bitly