From 7d77b43e9434af92a114d5ba0eebeb75cdf0cfd6 Mon Sep 17 00:00:00 2001 From: Mahmoud Hossam Date: Sat, 10 Mar 2012 07:18:56 +0200 Subject: [PATCH 1/3] Added Django ORM description. --- docs/scenarios/db.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/scenarios/db.rst b/docs/scenarios/db.rst index 7b6ad9563..b77ddd6b3 100644 --- a/docs/scenarios/db.rst +++ b/docs/scenarios/db.rst @@ -25,4 +25,8 @@ database-agnostic code without SQL. Django ORM ---------- -.. todo:: Explain Django ORM \ No newline at end of file +The Django ORM is the interface used by `Django `_ 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 `_ \ No newline at end of file From 531e067aa3e774bcecf0cc192e89697df461b669 Mon Sep 17 00:00:00 2001 From: Mahmoud Hossam Date: Sat, 10 Mar 2012 22:06:52 +0200 Subject: [PATCH 2/3] Added python packaging information for a number of Linux distributions. --- docs/shipping/packaging.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/shipping/packaging.rst b/docs/shipping/packaging.rst index 28762e1e8..a54bd97a1 100644 --- a/docs/shipping/packaging.rst +++ b/docs/shipping/packaging.rst @@ -3,7 +3,7 @@ Packaging Your Code Packaging your code is important. -.. todo:: Write introduction for "Packaging Your Code" +You'll need to package your code first before sharing it with other developers. For Python Developers ::::::::::::::::::::: @@ -60,7 +60,10 @@ Chishop For Linux Distributions :::::::::::::::::::::::: -.. todo:: Fill in "For Linux Distributions" packaging stub +`Ubuntu `_ +`Fedora `_ +`Debian `_ +`Arch `_ Useful Tools ------------ From b334b575ba8c13af4d8c6ef6ac471ed8d0a9cb18 Mon Sep 17 00:00:00 2001 From: Mahmoud Hossam Date: Sun, 11 Mar 2012 12:50:07 +0200 Subject: [PATCH 3/3] Added license chooser --- docs/writing/license.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/writing/license.rst b/docs/writing/license.rst index 739271dfa..e7c8ae372 100644 --- a/docs/writing/license.rst +++ b/docs/writing/license.rst @@ -3,8 +3,9 @@ Choosing a License Open source. +There are plenty of `open source licenses `_ available to choose from. -.. todo:: Fill in License stub +To help you choose one for your project, there's a `license chooser `_, use it. Non-Restrictive