django-friendlyurls

Created on Aug. 26, 2012, 8:55 p.m.
Language: en
Category: Coding, Django, Python, Web
Description:

    Appliaction which allows to create friendly/vanity urls that direcltly return views (without 302 Redirect). e.g. http:/www.example.com/jeff instead of http://example.com/user/1

    It works by by implemetning a catch all URL string and then trying to figure out whihc view to return.

URL: https://github.com/tachang/django_friendlyurls


Update

Comment on This Data Unit