django-mongonaut

Software Screenshot:
django-mongonaut
Software Details:
Version: 0.2.16
Upload Date: 20 Feb 15
Developer: Daniel Greenfeld
Distribution Type: Freeware
Downloads: 12

Rating: 3.0/5 (Total Votes: 2)

Extracted from http://consumernotebook.com, django-mongonaut is a Django app, 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.

Developer comments

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

Requirements:

  • Python
  • Django
  • pymongo
  • mongoengine
  • Sphinx

Other Software of Developer Daniel Greenfeld

Comments to django-mongonaut

Comments not found
Add Comment
Turn on images!