Django goo.gl app
Project description
# 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()
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.2.tar.gz
(2.2 kB
view details)
File details
Details for the file django-googl-0.1.2.tar.gz
.
File metadata
- Download URL: django-googl-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d63220afbf836f769e6a23fcc371ee582314c724a6e49079049728a4b628f066 |
|
MD5 | d8e5bbb0cb1130c1da9ca15a0bbe1236 |
|
BLAKE2b-256 | 72b18d179048c23a7bf8eee135e24da20929bf27ed814527032dd7abdb9c1af6 |