Skip to content

A Django URL shortening application, with the ability to create custom short URLs

License

Notifications You must be signed in to change notification settings

djangothon/django-url-shortener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Django URL shortening application, with the ability to create custom short URLs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.7%
  • HTML 18.7%
  • Shell 0.6%