Skip to main content

Hashids URL shortener backend for django-blog-zinnia

Project description

Zinnia-url-shortener-hashids is a package providing URL shortening within django-blog-zinnia with non-sequential, short and unique ids.

Installation

  • Install the package on your system:

    $ pip install zinnia-url-shortener-hashids

    hashids will also be installed as a dependency.

  • Put this setting to enable the URL shortener backend:

    ZINNIA_URL_SHORTENER_BACKEND = 'zinnia_hashids'

  • Then include this URLconf into your project:

    url(r'^', include('zinnia_hashids.urls')),

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zinnia-url-shortener-hashids-1.1.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page