dj-input-flow

Django app to handle data flow


Keywords
dj-input-flow
License
MIT
Install
pip install dj-input-flow==0.1.9

Documentation

dj-input-flow

https://travis-ci.org/kverdecia/dj-input-flow.svg?branch=master

Django app to handle data flow

Documentation

The full documentation is at https://dj-input-flow.readthedocs.io.

Quickstart

Install dj-input-flow:

pip install dj-input-flow

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'adminsortable',
    'inputflow',
    ...
)

Add dj-input-flow's URL patterns:

urlpatterns = [
    ...
    path('inputflow/', include('inputflow.urls', 'inputflow')),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package: