django-my-urls 0.1beta1 documentation
Stores click history.
Logs click history and some details about the user and URL redirection that occured. The reason there are not a lot of detail tables (i.e referring URLS) is that revisions to the MyURL model should no result in changes in click history.
Attributes:
Short url model. Domains are pulled from the django.contrib.sites.
Short URLs are this models PK encoded in baseX using settings.SHORTY_CHARACTER_SET.
Attributes:
Custom save method that saves short URL to database on save()