Django app to handle data flow
Project description
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
History
0.1.0 (2019-10-10)
- First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size dj-input-flow-0.1.5.tar.gz (10.5 kB) | File type Source | Python version None | Upload date | Hashes View |