Better reraising of exceptions

This commit is contained in:
Armin Ronacher 2011-05-28 15:11:48 +02:00
parent b51ecd7f21
commit 086ecdb918
3 changed files with 37 additions and 2 deletions

View file

@ -240,6 +240,7 @@ your configuration files. However here a list of good recommendations:
and exports the development configuration for you.
- Use a tool like `fabric`_ in production to push code and
configurations separately to the production server(s). For some
details about how to do that, head over to the :ref:`deploy` pattern.
details about how to do that, head over to the
:ref:`fabric-deployment` pattern.
.. _fabric: http://fabfile.org/