Skip to content

Django ORM, Linux packaging, and a license chooser. #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 14, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/scenarios/db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_
7 changes: 5 additions & 2 deletions docs/shipping/packaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
:::::::::::::::::::::
Expand Down Expand Up @@ -60,7 +60,10 @@ Chishop
For Linux Distributions
::::::::::::::::::::::::

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

Useful Tools
------------
Expand Down
3 changes: 2 additions & 1 deletion docs/writing/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Choosing a License

Open source.

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

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


Non-Restrictive
Expand Down