Skip to content

avelino/django-googl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-googl

PyPi version PyPi downloads

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

About

Django short url on goo.gl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages