Skip to content

YACOWS/django-googl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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()

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%