Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

luxifer/UrliZr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Installation

Settings.py

The you can start the dev server by launching:

pip install -r requirements.txt
export DATABASE_URL="mysql://user:pass@host/db"
python manage.py syncdb
foreman start

API (WIP)

This URL shortener also provide a useful API to integrate in your website You can retrieve shortened URL in raw, json or xml format just via this url:

http://<your host>/api/translate/<method>

You just have to pass POST parameters with url containing the url you want to shortened

About

URL Shortener written in Python/Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published