Merge pull request #98 from mahmoudhossam/master

Django ORM, Linux packaging, and a license chooser.
This commit is contained in:
Kenneth Reitz
2012-03-14 15:59:28 -07:00
3 changed files with 12 additions and 4 deletions
+5 -1
View File
@@ -25,4 +25,8 @@ database-agnostic code without SQL.
Django ORM
----------
.. todo:: Explain Django ORM
The Django ORM is the interface used by `Django <http://www.djangoproject.com>`_ to provide database access.
It's based on the idea of models, an abstraction that makes it easier to manipulate data in Python.
Documentation can be found `here <https://docs.djangoproject.com/en/1.3/#the-model-layer>`_