Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kaufhold committed Sep 12, 2013
1 parent b23b3bd commit fd616bd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,23 @@ hours. Set it to the singular of that time unit:::

BOOKING_TIME_INTERVAL = 'day'


Error logging
+++++++++++++

In case you want to add error logging especially for booking processes, we
provide a ``BookinError`` model, in which you can store:

+-------------+--------------------------------------------------------------------------+
| ``booking`` | (FK to Booking - required) The booking during this error occurred. |
+-------------+--------------------------------------------------------------------------+
| ``message`` | (Char) The short error message, that you need to store. |
+-------------+--------------------------------------------------------------------------+
| ``details`` | (Text) A more in depth text about the error or any kind of additional |
| | information, e.g. a traceback. |
+-------------+--------------------------------------------------------------------------+


Contribute
----------

Expand Down

0 comments on commit fd616bd

Please sign in to comment.