Skip to main content

Django goo.gl app

Project description

# django-googl

Django short url on goo.gl

http://pypi.python.org/pypi/django-googl


# Installation

pip install django-googl


# Usage

Add **googl** to your *INSTALLED_APPS*

Load **googl** in your template:

{% load googl %}

And use **googl** filter:

{{ "http://google.com"|googl }}

Use **googl** in backend:

from googl.short import GooglUrlShort

GooglUrlShort("http://avelino.us/").short()

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

django-googl-0.1.2.tar.gz (2.2 kB view hashes)

Uploaded Source

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