Metadata-Version: 2.0
Name: django-codenerix-cms
Version: 1.0.3
Summary: Codenerix CMS is a module that enables CODENERIX to set products on serveral platforms in a general manner.
Home-page: https://github.com/centrologic/django-codenerix-cms
Author: Juan Miguel Taboada Godoy <juanmi@centrologic.com>, Juan Soler Ruiz <soleronline@gmail.com>
Author-email: UNKNOWN
License: Apache License Version 2.0
Keywords: django,codenerix,management,erp,crm,cms,sliders
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
Requires-Dist: django-codenerix-extensions

====================
django-codenerix-cms
====================

Codenerix CMS is a module that enables `CODENERIX.com <http://www.codenerix.com/>`_ to set products on several platforms in a general manner

.. image:: http://www.centrologic.com/wp-content/uploads/2017/01/logo-codenerix.png
    :target: http://www.codenerix.com
    :alt: Try our demo with Centrologic Cloud

****
Demo
****

Coming soon...

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

1. Install this package::

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

2. Add "codenerix_extensions" and "codenerix_cms" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'codenerix_extensions',
        'codenerix_cms',
    ]

3. For use StaticPage, you must create a bridge inheriting from GenStaticPage, and implementing the methods::

    * CDNXCMS_get_fk_info_author: return a dictionary with the keys 'label' and 'related'.
        - label: label translated for the input
        - related: it is a string with related_name for genforeignkey
    * CDNXCMS_get_name_related: return a string with the name of the model's field that contains the name of the author

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

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

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

******************
Commercial support
******************

This project is backed by `Centrologic <http://www.centrologic.com/>`_. You can discover more in `CODENERIX.com <http://www.codenerix.com/>`_.
If you need help implementing or hosting django-codenerix-cms, please contact us:
http://www.centrologic.com/contacto/

.. image:: http://www.centrologic.com/wp-content/uploads/2015/09/logo-centrologic.png
    :target: http://www.centrologic.com
    :alt: Centrologic is supported mainly by Centrologic Computational Logistic Center


