Metadata-Version: 2.0
Name: django-codenerix-corporate
Version: 2.0.2
Summary: Codenerix Corporate is a module that enables CODENERIX to manage corporate/enterprise details on serveral platforms in a general manner.
Home-page: https://github.com/codenerix/django-codenerix-corporate
Author: Juan Miguel Taboada Godoy <juanmi@juanmitaboada.com>, Juan Soler Ruiz <soleronline@gmail.com>
Author-email: UNKNOWN
License: Apache License Version 2.0
Keywords: django,codenerix,management,erp,crm,corporate,files,geo data,corparate image
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
Requires-Dist: django-codenerix

==========================
django-codenerix-corporate
==========================

Codenerix Corporate is a module that enables `CODENERIX.com <http://www.codenerix.com/>`_ to manage corporate/enterprise data on several platforms in a general manner. Model for managing business's information

.. image:: http://www.codenerix.com/wp-content/uploads/2018/05/codenerix.png
    :target: http://www.codenerix.com
    :alt: Try our demo with Codenerix Cloud

*********
Changelog
*********

2018-01-17 - Codenerix Corporate v1.x is incompatible with v2.x, `what has changed and how to migrate to v2.x? <https://github.com/codenerix/django-codenerix-corporate/wiki/Codenerix-Corporate-version-1.x-is-icompatible-with-2.x>`_.

****
Demo
****

You can have a look to our `demo online <http://demo.codenerix.com>`_.

You can find some working examples in GITHUB at `django-codenerix-examples <https://github.com/codenerix/django-codenerix-examples>`_ project.

**********
Quickstart
**********

1. Install this package::

    For python 2: sudo pip2 install django-codenerix-corporate
    For python 3: sudo pip3 install django-codenerix-corporate

2. Add "codenerix_corporate" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'codenerix_corporate',
    ]

3. Add the param in setting:
	# list of languages available for the translation of the content of the models
	LANGUAGES_DATABASES = ['ES', 'EN']

4. Since Codenerix Corporate is a library, you only need to import its parts into your project and use them.

*************
Documentation
*************

Coming soon... do you help us? `Codenerix <http://www.codenerix.com/>`_

*******
Credits
*******

This project has been possible thanks to `Centrologic <http://www.centrologic.com/>`_.


