aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/codebase.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-04-29 13:11:31 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-04-29 13:11:31 -0500
commitfe191ea48a1e7b9b3eb28f3e58de93f77e372c87 (patch)
treefeaa9f64f0f44ee35cfbff9bf07778015f7c9bf8 /docs/source/codebase.rst
parent2eae6ae1ce913f00a744a7dd171a7213e9b85883 (diff)
downloadmediagoblin-fe191ea48a1e7b9b3eb28f3e58de93f77e372c87.tar.lz
mediagoblin-fe191ea48a1e7b9b3eb28f3e58de93f77e372c87.tar.xz
mediagoblin-fe191ea48a1e7b9b3eb28f3e58de93f77e372c87.zip
Removing references to MongoDB in docs/
Diffstat (limited to 'docs/source/codebase.rst')
-rw-r--r--docs/source/codebase.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/source/codebase.rst b/docs/source/codebase.rst
index 6de71f07..3ef91290 100644
--- a/docs/source/codebase.rst
+++ b/docs/source/codebase.rst
@@ -81,10 +81,6 @@ Software Stack
* `Celery <http://celeryproject.org/>`_: for task queuing (resizing
images, encoding video, ...)
- * `MongoKit <http://namlook.github.com/mongokit/>`_: the lightweight
- ORM for MongoDB we're using which will make it easier to define
- structures and all that (will be swapped out soon...)
-
* `Babel <http://babel.edgewall.org>`_: Used to extract and compile
translations.
@@ -148,7 +144,7 @@ Here are some interesting files and what they do:
:routing.py: maps url paths to views
:views.py: views handle http requests
-:models.py: holds the mongodb schemas---these are the data structures
+:models.py: holds the sqlalchemy schemas---these are the data structures
we're working with
You'll notice that there are several sub-directories: tests,