This document discusses options for using Django with MongoDB, including object-document mappers like MongoEngine and Mongokit. It notes that some Django contrib apps may be broken, but the admin will work. Key advantages of using Django and MongoDB together include reduced impedance mismatch, support for new fields like aggregations and GridFS, and ability to continue using Django without changes. It provides suggestions like embedding documents where possible, using raw queries, considering models, and contributing to open source projects.