https://github.com/aparo/django-mongodb-engine
A MongoDB backend standing outside django.
https://github.com/aparo/django-mongodb-engine
Last synced: over 1 year ago
JSON representation
A MongoDB backend standing outside django.
- Host: GitHub
- URL: https://github.com/aparo/django-mongodb-engine
- Owner: aparo
- Created: 2010-04-26T20:16:44.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2011-02-08T22:17:14.000Z (over 15 years ago)
- Last Synced: 2025-03-26T23:11:42.276Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 342 KB
- Stars: 55
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: Changelog.rst
Awesome Lists containing this project
README
==============
IMPORTANT NOTE
==============
django-mongodb-engine has been moved to http://github.com/django-mongodb-engine/mongodb-engine
I'll keep this repo up to date.
=========================================
Django MongoDB Engine for django-nonrel
=========================================
:Web: http://github.com/django-mongodb-engine/mongodb-engine/
:Mailing List: http://groups.google.com/group/django-non-relational
:Bug tracker: http://github.com/django-mongodb-engine/mongodb-engine/issues/
:License: 2-clause BSD
:Download: http://pypi.python.org/pypi/django_mongodb_engine/
:Keywords: django, mongodb, orm, nosql, database, python
Requirements
============
* MongoDB of course ;-)
* PyMongo (PyPI)
* `Django-nonrel`_
* `djangotoolbox`_
.. _Django-nonrel: http://bitbucket.org/wkornewald/django-nonrel
.. _djangotoolbox: http://bitbucket.org/wkornedwald/djangotoolbox
Contributing
============
You are highly encouraged to participate in the development, simply use
GitHub's fork/pull request system.
If you don't like GitHub (for some reason) you're welcome
to send regular patches to the mailing list.