Metadata-Version: 1.1
Name: django-codenerix-storages
Version: 4.0.1
Summary: Codenerix Storages is a module that enables CODENERIX to set storages on serveral platforms in a general manner.
Home-page: https://github.com/codenerix/django-codenerix-storages
Author: Juan Miguel Taboada Godoy <juanmi@juanmitaboada.com>, Juan Soler Ruiz <soleronline@gmail.com>
Author-email: UNKNOWN
License: Apache License Version 2.0
Description: =========================
        django-codenerix-storages
        =========================
        
        Codenerix Storages is a module that enables `CODENERIX <https://www.codenerix.com/>`_ to set storages on several platforms in a general manner
        
        .. image:: https://github.com/codenerix/django-codenerix/raw/master/codenerix/static/codenerix/img/codenerix.png
            :target: https://www.codenerix.com
            :alt: Try our demo with Codenerix Cloud
        
        *********
        Changelog
        *********
        
        2018-01-17 - Codenerix Storages v1.x is incompatible with v2.x, `what has changed and how to migrate to v2.x? <https://github.com/codenerix/django-codenerix-storages/wiki/Codenerix-Storage-version-1.x-is-icompatible-with-2.x>`_.
        
        ****
        Demo
        ****
        
        Coming soon...
        
        **********
        Quickstart
        **********
        
        1. Install this package::
        
            For python 2: sudo pip2 install django-codenerix-storages
            For python 3: sudo pip3 install django-codenerix-storages
        
        2. Add "codenerix_storages" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'codenerix_extensions',
                'codenerix_storages',
            ]
        
        3. 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}'
        
        4. 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?
        
        You can get in touch with us `here <https://codenerix.com/contact/>`_.
        
Keywords: django,codenerix,management,erp,crm,storages
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
