Codenerix Corporate is a module that enables CODENERIX to manage corporate/enterprise data on several platforms in a general manner. Model for managing business's information
2018-01-17 - Codenerix Corporate v1.x is incompatible with v2.x, what has changed and how to migrate to v2.x?.
You can have a look to our demos online:
You can find some working examples in GITHUB at django-codenerix-examples project.
Install this package:
For python 2: sudo pip2 install django-codenerix-corporate For python 3: sudo pip3 install django-codenerix-corporate
Add "codenerix_corporate" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'codenerix_corporate', ]
- Add the param in setting:
# list of languages available for the translation of the content of the models LANGUAGES_DATABASES = ['ES', 'EN']
Since Codenerix Corporate is a library, you only need to import its parts into your project and use them.
Coming soon... do you help us?
You can get in touch with us here.