Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed Nov 6, 2014
1 parent 47255ba commit a44915e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ Features:
* Simple integration with django views/signals/models
* User and background tasks support
* Complex Split/Joins for parallel task execution
* Bolerplate url/permissions handling
* Boilerplate urls registration and permission checks handling

Demo: http://examples.viewflow.io

.. image:: tests/examples/shipment/doc/ShipmentProcess.png
:width: 400px

django-viewflow allows to implement such process, just in about hundred lines of code, and you would still have pure django views for that.
About hundred lines of code required to make this process `life
<tests/examples/shipment/>`_ with django-viewflow and django class
based views.

.. image:: https://travis-ci.org/kmmbvnr/django-viewflow.svg
:target: https://travis-ci.org/kmmbvnr/django-viewflow
Expand Down Expand Up @@ -177,6 +179,7 @@ Changelog

* Form handling moved to separate library - https://github.com/viewflow/viewform
* viewflow.site removed. Pro user still could install it with `pip install django-viewflow-site`
* Fancy ready to use templates available within `Karenina cookiecuter project template <https://github.com/viewflow/karenina>`_
* Tasks and Process list views became part of the viewflow library
* Flow urls simplified. Application instance namespaces not used anymore
* Fixed migrations for stable django 1.7
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/customnode/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Extending Viewflow
==================

http://examples.viewflow.io/flows/dynamicsplit/
http://examples.viewflow.io/workflow/dynamicsplit/

In this process we are collecting responses (yes, no) from different users and Join that.
Required users count determined in the first step.
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/helloworld/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Viewflow Hello, World
=====================

http://examples.viewflow.io/flows/helloworld/
http://examples.viewflow.io/workflow/helloworld/

Hello world process, where one could start "hello, world" request,
another person approves it. and if the request was approved the
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/shipment/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Ecommerce site automation
=========================

http://examples.viewflow.io/flows/shipment/
http://examples.viewflow.io/workflow/shipment/

Automate ecommerce workers with viewflow example.

Expand Down

0 comments on commit a44915e

Please sign in to comment.