Skip to main content

An introspective interface for Django and MongoDB

Project description

Info:

An introspective interface for Django and MongoDB.

Author:

Daniel Greenfeld (http://github.com/pydanny)

About

Extracted from http://consumernotebook.com, django-mongonaut is an introspective interface for working with MongoDB via mongoengine. Rather then attempt to staple this functionality into Django’s Admin interface, django-mongonaut takes the approach of rolling a new framework from scratch.

By writing it from scratch I get to avoid trying to staple ORM functionality on top of a NoSQL key/value store.

Support this project!

Sign up for an account on http://consumernotebook.com. It’s free and always will be!

Installation

Get the code:

pip install django-mongonaut==0.2.5

Install the dependency in your settings.py:

INSTALLED_APPS = (
...
'mongonaut',
...
)

You will need the following also set up:

  • django.contrib.sessions

  • django.contrib.messages

Dependencies

  • pymongo 1.1+

  • mongoengine 0.5

  • sphinx (optional - for documentation generation)

Features

  • Automatic introspection of mongoengine documents

  • Ability to constrain who sees what and can do what.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-mongonaut-0.2.5.tar.gz (21.7 kB view details)

Uploaded Source

File details

Details for the file django-mongonaut-0.2.5.tar.gz.

File metadata

File hashes

Hashes for django-mongonaut-0.2.5.tar.gz
Algorithm Hash digest
SHA256 ceee6c0f2d5deacb495ab7d468b7d21ef51e97a8502336d51f87f7c5e2a39f9a
MD5 c4886fab70ea5366632b7ec1dd24490b
BLAKE2b-256 779d3e193d7950c1a3edcd35b7c7a744e1ec604f3c84baa3be71e8bf8c74287a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page