Skip to content

rgharzeddine/django-viewflow-demo

Repository files navigation

Django Viewflow Demo

A workflow demo using django, viewflow and adminlte

Requirements

  • python 3
  • django
  • django-viewflow
  • celery
  • amqp

Installation

$ python3 -m venv env
# or
# virtualenv -p python3 env  # python 3.6 tested
$ . env/bin/activate
$ git clone https://github.com/rgharzeddine/django-viewflow-demo.git
$ cd django-viewflow-demo
$ pip install -r requirements.txt

Running Demo

run django

$ . reset_flows.sh
$ ./manage.py runserver 0.0.0.0:8000

run celery worker

$ celery -A demo worker --loglevel=info

About

a django project that makes use of BPMN viewflow at http://viewflow.io/ and adminlte at http://adminlte.io/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published