Skip to content

kverdecia/dj-input-flow

Repository files navigation

dj-input-flow

image

image

image

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published