Skip to content

adamfast/django-urlr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project makes it trivially easy to get/create shortened URLs via bit.ly for Django objects.

Requirements:
    bit.ly Python API http://github.com/bitly/bitly-api-python

Configuration:
    Set BITLY_API_USER and BITLY_API_KEY in settings.
    Optionally set BITLY_CUSTOM_DOMAIN if you have a custom URL through their pro service.
    Add 'urlr' to INSTALLED_APPS so the model will be created.

    Use manage.py migrate to create the necessary tables (or, if not using South a syncdb will accomplish this as well)

About

Create and store short URLs via bit.ly for Django apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages