Codenerix Storages is a module that enables CODENERIX to set storages on serveral platforms in a general manner.
Project description
Codenerix Storages is a module that enables CODENERIX to set storages on several platforms in a general manner
Changelog
2018-01-17 - Codenerix Storages v1.x is incompatible with v2.x, what has changed and how to migrate to v2.x?.
Demo
Coming soon…
Quickstart
Install this package:
For python 2: sudo pip2 install django-codenerix-storages For python 3: sudo pip3 install django-codenerix-storages
Add “codenerix_storages” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'codenerix_extensions', 'codenerix_storages', ]
Add in settings the params:
# path for codenerix_storages CDNX_STORAGES = "storages" # Format code for stock movement documents CDNX_STORAGE_CODE_REQUEST_STOCK = 'RS{year}{day}{month}-{hour}{minute}--{number}' CDNX_STORAGE_CODE_OUTGOING_ALBARAN = 'OA{year}{day}{month}-{hour}{minute}--{number}' CDNX_STORAGE_CODE_INGOING_ALBARAN = 'IA{year}{day}{month}-{hour}{minute}--{number}'
Since Codenerix Storages is a library, you only need to import its parts into your project and use them.
Documentation
Coming soon… do you help us? Codenerix
You can chat with us here.
Credits
This project has been possible thanks to Centrologic.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-codenerix-storages-2.0.3.tar.gz
.
File metadata
- Download URL: django-codenerix-storages-2.0.3.tar.gz
- Upload date:
- Size: 59.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d46dac503040472daf6aed62c021369f4c3ac98ab45171d4fb70d526a703f920 |
|
MD5 | ccb54241653da4f47e6ecf76e01418d4 |
|
BLAKE2b-256 | ebffbbc6afa6914731d272d1092387853200143585245c0f9e5ef8c5a4723821 |
File details
Details for the file django_codenerix_storages-2.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: django_codenerix_storages-2.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 114.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a57c9832efe79d190e1ae13ff3950d0284a93ba9fdf0eeeeae3697b8d136892d |
|
MD5 | db2982b7030075c14f5f66cb49bbb8c1 |
|
BLAKE2b-256 | d3072a85195f527e5df1ccfdc35e46363caec8d420fc68bef54a13291b03244b |