django-weeny

Small and simple URL shortener app for Django.


License
Apache-2.0
Install
pip install django-weeny==1.0.4

Documentation

Django-Weeny

Simple URL shortener app for Django.

Features

  1. Content-Types based wiring, meaning you can hook a short URL to any object in your database.
  2. URL tracking. Control URL tracking per-site or per-URL. Collects extensive User Agent information which gives a good base for collecting statistics.
  3. Password protection on single URL's.
  4. Absolutely no tests whatsoever. <self sarcasm>This code is completely untestet, which is a major selling point!</self sarcasm>

Documentation

Read the full documentation here