Skip to content

Commit

Permalink
docs are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
javrasya committed Aug 29, 2015
1 parent 573c7bc commit 7555e19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ django-river - Workflow Library for Django!

``django-river`` is a open source workflow system for ``Django`` which support on the fly changes on every item in workflow instead of hardcoding states and transitions.

Main goal of developing this framework is **to be able to edit any workflow item on the fly.** This means, all elements in workflow like states, transitions, user authorizations(permission), group authorization are editable. To do this, all data about the workflow item is persisted into DB. **Hence, they can be changed without touching the code and re-deploying your application.**

There is ordering aprovments for a transition functionality in ``django-river``. It also provides skipping specific transition of a specific objects.


Contents:

Expand Down

0 comments on commit 7555e19

Please sign in to comment.