html5video

html5video 0.1.3

It takes a source video file and converts it into multiple video containers and codecs required to support HTML5’s <video> tag.Can be used from the Python CLI or programmatically via an API.What is new in this release:Fixed problems with...

read more

django-warewolf is a Django app to simple experiment to play with the idea of defining middleware against URLs in a similar way to views.Why?Adding middleware globally is not always a good thing. You may only want it to take effect on certain areas in...

read more

urlmiddleware is a Django app that allows you to define middleware in your Django project based on url configurations rather than adding middleware globally to every single request.Why?Adding middleware globally is not always a good thing. You may only...

read more

django-urlmiddleware is a Django app that allows you to define middleware in your Django project based on URL configurations rather than adding middleware globally to every single request.See http://urlmiddleware.readthedocs.org/ for further...

read more

FormAdmin is to Forms and ModelAdmin is to Models. In that, django-formadmin allows registering forms to the Django admin without them being related to a Model in any way.This is still a fairly early work in progress. But it works fairly well so...

read more

django-consent is a Django app for managing permissions that a user has granted the website to do. This could be used for a number of requests, from asking the user if you can post to their twitter, or send them newsletter updates.The app has no...

read more

django-appregister is a building blocks app for Django to implement a registry system for your Django app.It uses a similar approach to the Django admin, allowing you to register classes and supports an autodiscover feature to find classes that follow a...

read more