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 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 ------------ 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