Metadata-Version: 1.1
Name: django-unfriendly
Version: 0.3
Summary: The unfriendliest urls in town! Django app that obfuscates urls and allows your application to natively execute the original view.
Home-page: http://github.com/tomatohater/django-unfriendly
Author: Drew Engelson
Author-email: drew@engelson.net
License: MIT
Description: django-unfriendly
        =================
        
        The unfriendliest urls in town! ``django-unfriendly`` is a Django app that obfuscates urls and allows your application to natively execute the original view.
        
        .. image:: https://travis-ci.org/tomatohater/django-unfriendly.png?branch=master
            :target: https://travis-ci.org/tomatohater/django-unfriendly
        
        .. image:: https://badge.fury.io/py/django-unfriendly.png
            :target: http://badge.fury.io/py/django-unfriendly
        
        
        There is lots of talk about SEO friendly urls. The trend is towards more and more human readable information in your urls and Django makes it easy to create urls like::
        
            http://yoursite.com/music/awesome/the-melvins/
        
        But sometimes urls can give too much away. This is where ``django-unfriendly`` comes in.
        
        ``django-unfriendly`` provides a template filter that obfuscates urls in your templates, and a url handler/view that deobfuscates and executes the original view (e.g. no redirection).
        
        
        Read the docs
        *************
        
        https://django-unfriendly.readthedocs.org/en/latest/
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
