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

Latest commit

 

History

History
21 lines (15 loc) · 627 Bytes

README.rst

File metadata and controls

21 lines (15 loc) · 627 Bytes

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