skip to navigation
skip to content

django-href 0.2.2

Django package for shortening URLs

Downloads ↓

This is a library for using the http://href.be/ short URL service, it has a real simple API, for more information see http://href.be/api

Usage

First install the django_href project in one of you library dirs, you can install it globally using the setup.py script, just run python setup.py install.

Now you have to tell your settings.py to load the appropriate libraries:

INSTALLED_APPS = (
    ...
    # required by django_href
    'django.contrib.contenttypes',
    'django_href',
)

After doing this, install the database schemes using manage.py with python manage.py syncdb.

Template tags and filters

You can load the template tags using {% load href %} in the top of your template(s).

Bugs / issues

Please post your bugs, issues and remarks on the Git Hub issue tracker at http://github.com/tehmaze/django-href/issues

 
File Type Py Version Uploaded on Size # downloads
django-href-0.2.2.tar.gz (md5) Source 2010-07-22 3KB 348