Skip to content

Commit 6f87866

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#98 from mahmoudhossam/master
Django ORM, Linux packaging, and a license chooser.
2 parents cdbcd47 + b334b57 commit 6f87866

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

docs/scenarios/db.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ database-agnostic code without SQL.
2525
Django ORM
2626
----------
2727

28-
.. todo:: Explain Django ORM
28+
The Django ORM is the interface used by `Django <http://www.djangoproject.com>`_ to provide database access.
29+
30+
It's based on the idea of models, an abstraction that makes it easier to manipulate data in Python.
31+
32+
Documentation can be found `here <https://docs.djangoproject.com/en/1.3/#the-model-layer>`_

docs/shipping/packaging.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Packaging Your Code
33

44
Packaging your code is important.
55

6-
.. todo:: Write introduction for "Packaging Your Code"
6+
You'll need to package your code first before sharing it with other developers.
77

88
For Python Developers
99
:::::::::::::::::::::
@@ -60,7 +60,10 @@ Chishop
6060
For Linux Distributions
6161
::::::::::::::::::::::::
6262

63-
.. todo:: Fill in "For Linux Distributions" packaging stub
63+
`Ubuntu <https://wiki.ubuntu.com/PackagingGuide/Python>`_
64+
`Fedora <https://fedoraproject.org/wiki/Packaging:Python>`_
65+
`Debian <http://www.debian.org/doc/packaging-manuals/python-policy/>`_
66+
`Arch <https://wiki.archlinux.org/index.php/Python_Package_Guidelines>`_
6467

6568
Useful Tools
6669
------------

docs/writing/license.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Choosing a License
33

44
Open source.
55

6+
There are plenty of `open source licenses <http://opensource.org/licenses/alphabetical>`_ available to choose from.
67

7-
.. todo:: Fill in License stub
8+
To help you choose one for your project, there's a `license chooser <http://three.org/openart/license_chooser/>`_, use it.
89

910

1011
Non-Restrictive

0 commit comments

Comments
 (0)