django-cachebot is a Django app that provides automated caching and invalidation.Installation 1. easy_install django-cachebot or pip install django-cachebot 2. Add cachebot to your INSTALLED_APPS 3. Set a cache backend to one of...

read more

django-urlcrypt is a Django app that encrypts information in urls, such as login credentials.For example, assume I have url patterns that looks like this:urlpatterns = patterns('', url(r'^inbox/$', 'message_inbox',...

read more