Introduction

Django-shorty is a django app for fast and easy creation of personal URL shortener service, like bit.ly or tinyURL.

Django-Shorty offer some advanced features like, password authentication, HTTP Redirection Status code 301, link moderation. All this features are controlled from the Django admin page.

Django-Shorty License

GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Python Versions

At this time, the following Python platforms are officially supported:

  • cPython 2.4
  • cPython 2.5
  • cPython 2.6
  • cPython 2.7

Django Versions

At this time, the following Django versions are officially supported:

  • Django 1.2.X
  • Django 1.3.X

Project Versions

Table Of Contents

Previous topic

Welcome to Django-Shorty’s documentation!

Next topic

Getting started

This Page