Django shorturl via goo.gl
Project description
# django-googl
[](https://crate.io/packages/django-googl/)
[](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()
[](https://crate.io/packages/django-googl/)
[](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 details)
File details
Details for the file django-googl-0.1.3.tar.gz.
File metadata
- Download URL: django-googl-0.1.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63a27a4e6749aebfb88034e1a8b9e80cd4e8316e37ed625395c8fdc4dcc3d5ff
|
|
| MD5 |
584a6e079eb3388ed7db784071520c83
|
|
| BLAKE2b-256 |
71ddf953e71744cb71d9d39f44984a2676607f56369775bcdf820a04bd470a32
|