skip to navigation
skip to content

href 0.1

Library for the http://href.be/ short URL service API

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
href-0.1-py2.6.egg (md5) Python Egg 2.6 2010-07-22 3KB 383
href-0.1.tar.gz (md5) Source 2010-07-22 1KB 274
  • Author: Wijnand Modderman
  • Keywords: url shorten service
  • License: MIT
  • Package Index Owner: tehmaze
  • DOAP record: href-0.1.xml