A collection of extensions for Django, developed for internal use at Mauve Internet.
Most of this work was done in 2007-2011, and may not be up-to-date for use with current Django.
mauveinternet.calendar
- Month and Week classes, for applications that would like to manipulate and traverse dates in this way.mauveinternet.content_scoring
- functionality to rate how good a piece of content is.mauveinternet.devtools
- management commands for introinspecting Django projectsmauveinternet.emailing
- tools for emailingmauveinternet.help
- a self-service help systemmauveinternet.markdown
- a Markdown-aware input widget and field typemauveinterent.ordering
- a basket/cart system, and utilities for building web shopsmauveinternet.svggraph
- a server-rendered SVG graph systemmauveinternet.tags
- miscellaneous useful template tagsmauveinternet.context_processors
- miscellaneous useful context processorsmauveinternet.csvresponse
- aHttpResponse
subclass for CSV datamauveinternet.decorators
- miscellaneous decoratorsmauveinternet.formail
- send a validated Django form as an e-mailmauveinternet.decorators
- miscellaneous Django middlewaremauveintenet.models
- miscellaneous Django modelsmauveinternet.money
- a Money class following the Enterprise Design Patternmauveinternet.shortcuts
- helper functions to make common operations more concisemauveinternet.thumbnail
- a Django model field that saves thumbnailed versions whenever a new original is saved