Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

rhblind/django-weeny

Repository files navigation

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