Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmourafiq/django-short-urls
A simple url shortener with django
https://github.com/mmourafiq/django-short-urls
Last synced: about 19 hours ago
JSON representation
A simple url shortener with django
- Host: GitHub
- URL: https://github.com/mmourafiq/django-short-urls
- Owner: mmourafiq
- License: bsd-2-clause
- Created: 2012-08-11T16:30:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-30T12:40:12.000Z (almost 11 years ago)
- Last Synced: 2023-03-24T08:19:03.406Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
django-short-urls
=================A simple url shortener with django
An example
Turn this URL:
http://www.amazon.com/Kindle-Wireless-Reading-Display-Globa%20lly/dp/B003FSUDM4/ref=amb_link_353259562_2?pf_rd_m=ATVPDKIK%20X0DER&pf_rd_s=center-10&pf_rd_r=11EYKTN682A79T370AM3&pf_rd_%20t=201&pf_rd_p=1270985982&pf_rd_i=B002Y27P3M
into this short URL:
http://exmaple.com/shorturls/zd1xzd0
Which one would you can use in your django project!
For a live example visite : http://mourafiq.com/shorturls/
The project aims to provide a Django app for this sort of functionality. This
includes:* submission of urls
* listing, plus number of access
* redirection to the original urlThere's also this small blog post about bitwise operations with python : http://blog.mourafiq.com/post/47457980491/bitwise-operations-with-python