Skip to content

An introspective interface for Django and Mongo. Built from scratch to replicate some of the Django admin functionality, but for Mongo.

License

Notifications You must be signed in to change notification settings

MechanisM/django-mongonaut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-mongonaut

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.

Documentation

You can find out how to install and use this project at http://django-mongonaut.rtfd.org.

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.6

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.

About

An introspective interface for Django and Mongo. Built from scratch to replicate some of the Django admin functionality, but for Mongo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published