Django shorturl via goo.gl
Project description
# django-googl
[![PyPi version](https://pypip.in/v/django-googl/badge.png)](https://crate.io/packages/django-googl/)
[![PyPi downloads](https://pypip.in/d/django-googl/badge.png)](https://crate.io/packages/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()
[![PyPi version](https://pypip.in/v/django-googl/badge.png)](https://crate.io/packages/django-googl/)
[![PyPi downloads](https://pypip.in/d/django-googl/badge.png)](https://crate.io/packages/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
Release history Release notifications | RSS feed
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.3.tar.gz
(2.2 kB
view hashes)