Skip to content

The unfriendliest urls in town! Django app that obfuscates urls and allows your application to natively execute the original view.

License

Notifications You must be signed in to change notification settings

brechmos/django-unfriendly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/

About

The unfriendliest urls in town! Django app that obfuscates urls and allows your application to natively execute the original view.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%