Minor doc fixes.

This commit is contained in:
behackett 2011-03-18 17:46:11 -07:00
parent bc2b434787
commit 9b272d4779
2 changed files with 5 additions and 5 deletions

View File

@ -141,12 +141,12 @@ How can I use PyMongo from a web framework like Django?
framework. Django includes an ORM, :mod:`django.db`. Currently,
there's no official MongoDB backend for Django.
`django-mongodb-engine <https://github.com/django-mongodb-engine/mongodb-engine>`_
`django-mongodb-engine <http://github.com/django-mongodb-engine/mongodb-engine>`_
is an unofficial, actively developed MongoDB backend that supports Django
aggregations, (atomic) updates, embedded objects, Map/Reduce and GridFS.
It allows you to use most of Django's built-in features, including the
ORM, admin, authentication, site and session frameworks and caching through
`django-mongodb-cache <https://github.com/django-mongodb-engine/mongodb-cache>`_.
`django-mongodb-cache <http://github.com/django-mongodb-engine/mongodb-cache>`_.
However, it's easy to use MongoDB (and PyMongo) from Django
without using a Django backend. Certain features of Django that require

View File

@ -26,7 +26,7 @@ layers, the time spent working directly with the driver will have
increased your understanding of how MongoDB actually works.
MongoKit
The `MongoKit <https://github.com/namlook/mongokit>`_ framework
The `MongoKit <http://github.com/namlook/mongokit>`_ framework
is an ORM-like layer on top of PyMongo. There is also a MongoKit
`google group <http://groups.google.com/group/mongokit>`_.
@ -42,7 +42,7 @@ Ming
MongoAlchemy
`MongoAlchemy <http://mongoalchemy.org>`_ is another ORM-like layer on top of
PyMongo. Its API is inspired by `SQLAlchemy <http://sqlalchemy.org>`_. The
code is available on `github <https://github.com/jeffjenkins/MongoAlchemy>`_;
code is available on `github <http://github.com/jeffjenkins/MongoAlchemy>`_;
for more information, see the `tutorial <http://mongoalchemy.org/tutorial.html>`_.
MongoEngine
@ -85,7 +85,7 @@ mongodb_beaker
project to enable using MongoDB as a backend for `beaker's
<http://beaker.groovie.org/>`_ caching / session system. The
`source is on github
<https://github.com/bwmcadams/mongodb_beaker>`_.
<http://github.com/bwmcadams/mongodb_beaker>`_.
MongoLog
`MongoLog <http://github.com/andreisavu/mongodb-log/>`_