Django short url on goo.gl
http://pypi.python.org/pypi/django-googl
pip install django-googl
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()