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:
History
0.1.0 (2019-10-10)
First release on PyPI.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dj-input-flow-0.1.9.tar.gz
(10.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dj-input-flow-0.1.9.tar.gz.
File metadata
- Download URL: dj-input-flow-0.1.9.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a15e482adfe971d890e5f64f71eb3c6e8958e5671e014e4ec1804fc1b019b95b
|
|
| MD5 |
90d08d936d359838690a36adfd29c4ff
|
|
| BLAKE2b-256 |
4064a32de77d1a40c398dc203185c59343df3713140203f622d507618789ea81
|
File details
Details for the file dj_input_flow-0.1.9-py2.py3-none-any.whl.
File metadata
- Download URL: dj_input_flow-0.1.9-py2.py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
522d7ccab0724a3c380316a7cb1952acbf5ebee3dfcc7db14d19f3d21f3192fd
|
|
| MD5 |
55f6a11c2fe0ae8e6bf4074d75e73f17
|
|
| BLAKE2b-256 |
fb608a3c30cb40f221636b1c816b4a748dd878031c2e9bb686bde180a17b7530
|