I'm tired of sql nonsense and want to use mongodb but also want to
keep using django.
Can't speak to MongoDb, but I recently did a project using CouchDb and
the couchdbkit Django integration (http://couchdbkit.org/) and found
the experience relatively painless - once I'd got my head round
CouchDb, that is. The main issue is that you have to pre-define your
queries in javascript using map-reduce, but once that's done you can
use ORM objects almost transparently.
--
DR.