Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silent1mezzo/django-shortnr

Django URL Shortener
https://github.com/silent1mezzo/django-shortnr

Last synced: 26 days ago
JSON representation

Django URL Shortener

Awesome Lists containing this project

README

        

====================
Django Shortnr
====================
The Django Shortnr app came about because I had a free night while my finance was making a Halloween costume. I realize there are many apps like this available but it was more to see how quickly I could do it.

Here's a list of features

#. Shortens any url

#. Keeps tracks of the shortened url usage

#. Ability to store URLs and view them afterwards

#. URLs are reused if user is authenticated and has already shortened the url, or if the user isn't authenticated

Again, this has been done, and probably been done better elsewhere. I was just bored...

Installation
============

#. Add the following to your `INSTALLED_APPS`
``'shortnr'``

#. Create the variable `SHORTEN_LINK_URL`
``SHORTEN_LINK_URL = 'http://localhost:8000/view/'``