The webpage provides a tutorial on using CouchDB with Django, an alternative to traditional object relational databases for data storage. The tutorial includes instructions for setting up a simple Django web application that uses CouchDB to store data for online text documents. It also discusses the advantages of CouchDB such as document versioning and the flexibility of dealing with dissimilar fields, akin to Google's BigTable.
An Introduction to Using CouchDB with Django - Irrational Exuberance
http://lethain.com/an-introduction-to-using-couchdb-with-django/