django-dnt

django-dnt 0.1.0

django-dnt is a Django app that offers an easy way to pay attention to the DNT HTTP header. If users are sending DNT: 1, DoNotTrackMiddleware will set request.DNT = True, else it will set request.DNT = False.Just add...

read more

django-ratelimit is a Django app that provides a decorator to rate-limit views. Limiting can be based on IP address or a field in the request--either a GET or POST variable.If the rate limit is exceded, either a 403 Forbidden can be sent, or the...

read more
Bleach

Bleach 1.4.1

It is written using Python and can additionally auto-linkify URLs in text with an extra filter layer.It even works with HTML 5 tags.What is new in this release:clean() no longer considers "feed:" an acceptable protocol due to inconsistencies in...

django-waffle is a feature flipper for Django. You can define the conditions for which a flag should be active, and use it in a number of ways.Installation:To start using Waffle, you just need to add it to your INSTALLED_APPS and...

read more

django-adminplus is a Django app which aims to be the smallest possible extension to the excellent Django admin component that lets you add admin views that are not tied to models.There are packages out there, like Nexus and django-admin-tools that...

read more