An introspective interface for Django and MongoDB
Project description
- Info:
An introspective interface for Django and MongoDB.
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.3
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-mongonaut-0.2.3.tar.gz
.
File metadata
- Download URL: django-mongonaut-0.2.3.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96ecfcdad730f33771514212eb641e895d5c2d20a338aa8f1c612c4ae2b3f48c |
|
MD5 | 8b5ff111781879fded0feb71613dc739 |
|
BLAKE2b-256 | 057ed1375acb8c1706b099e79dddf9989bbf25465aa650d8bb1282100c310746 |