Skip to content

The unfriendliest urls in town! Django app that obfuscates urls and allows your application to natively execute the original view. If you're unsure why this is cool, you probably don't need it. :)

License

tomatohater/django-unfriendly

Repository files navigation

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

image

image

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/

Version compatibility

  • v0.6
    • Python 2.7, 3.5
    • Django 1.8, 1.9, 1.10
  • v0.5.0
    • Python 2.7
    • Django 1.8, 1.9, 1.10
  • v0.4.1
    • Python 2.6 and 2.7
    • Django 1.0 - 1.8

About

The unfriendliest urls in town! Django app that obfuscates urls and allows your application to natively execute the original view. If you're unsure why this is cool, you probably don't need it. :)

Resources

License

Stars

Watchers

Forks

Packages

No packages published