Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.14 KB

django-url-shortener

This is URL shortening application written using the Django framework. It began as a fork of https://github.com/tehranian/url-shortener, but now includes functionality for creating custom shortened URLs including non-English characters. It also stores geo-location and origin of short link usage.

The project has also been updated to work on a Redis Backend, because Redis is a perfecrt fit for this application, bringing blazingly fast operation.

Features

Dependancies

  • Redis server

  • django 1.4

  • redisco

  • requests

How to use

  • add shortener to INSTALLED_APPS.

  • add REDIS_HOST and REDIS_PORT to settings.