Skip to content

Commit

Permalink
[1.5.X] Fixed #16671 - Added a tutorial on reuseable apps
Browse files Browse the repository at this point in the history
Thank-you Katie Miller and Ben Sturmfels for the initial draft,
as well as Russ and Carl for the reviews.

Backport of 08cf549 from master
  • Loading branch information
timgraham committed Oct 30, 2012
1 parent 9c4ddea commit 5c7406b
Show file tree
Hide file tree
Showing 6 changed files with 388 additions and 8 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -380,6 +380,7 @@ answer newbie questions, and generally made Django that much better:
Christian Metts
michal@plovarna.cz
Slawek Mikula <slawek dot mikula at gmail dot com>
Katie Miller <katie@sub50.com>
Shawn Milochik <shawn@milochik.com>
mitakummaa@gmail.com
Taylor Mitchell <taylor.mitchell@gmail.com>
Expand Down Expand Up @@ -510,6 +511,7 @@ answer newbie questions, and generally made Django that much better:
Johan C. Stöver <johan@nilling.nl>
Nowell Strite <http://nowell.strite.org/>
Thomas Stromberg <tstromberg@google.com>
Ben Sturmfels <ben@sturm.com.au>
Travis Swicegood <travis@domain51.com>
Pascal Varet
SuperJared
Expand Down
3 changes: 3 additions & 0 deletions docs/index.txt
Expand Up @@ -46,6 +46,9 @@ Are you new to Django or to programming? This is the place to start!
:doc:`Part 3 <intro/tutorial03>` |
:doc:`Part 4 <intro/tutorial04>`

* **Advanced Tutorials:**
:doc:`How to write reusable apps <intro/reusable-apps>`

The model layer
===============

Expand Down
13 changes: 7 additions & 6 deletions docs/intro/index.txt
Expand Up @@ -6,31 +6,32 @@ place: read this material to quickly get up and running.

.. toctree::
:maxdepth: 1

overview
install
tutorial01
tutorial02
tutorial03
tutorial04
reusable-apps
whatsnext

.. seealso::

If you're new to Python_, you might want to start by getting an idea of what
the language is like. Django is 100% Python, so if you've got minimal
comfort with Python you'll probably get a lot more out of Django.

If you're new to programming entirely, you might want to start with this
`list of Python resources for non-programmers`_

If you already know a few other languages and want to get up to speed with
Python quickly, we recommend `Dive Into Python`_ (also available in a
`dead-tree version`_). If that's not quite your style, there are quite
a few other `books about Python`_.

.. _python: http://python.org/
.. _list of Python resources for non-programmers: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
.. _dive into python: http://diveintopython.net/
.. _dead-tree version: http://www.amazon.com/exec/obidos/ASIN/1590593561/ref=nosim/jacobian20
.. _books about Python: http://wiki.python.org/moin/PythonBooks
.. _books about Python: http://wiki.python.org/moin/PythonBooks

0 comments on commit 5c7406b

Please sign in to comment.