Codenerix Extensions is a module that enables CODENERIX to set extensions on several platforms in a general manner.
Features
django-codenerix-extensions.corporate: Model for managing business’s information
django-codenerix-extensions.files: Abstract models and helpfull classes to simplify file handling
django-codenerix-extensions.geodata: Models for geolocation (Continents, Countries, Regions, cities, time zones, etc) and data gotten from https://www.maxmind.com/
Demo
You can have a look to our demos online:
You can find some working examples in GITHUB at django-codenerix-examples project.
Quickstart
Install this package:
For python 2: sudo pip2 install django-codenerix-extensions For python 3: sudo pip3 install django-codenerix-extensions
Add “codenerix_extensions” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'codenerix_extensions', ]- Add the param in setting:
# list of languages available for the translation of the content of the models LANGUAGES_DATABASES = [‘ES’, ‘EN’]
Since Codenerix Extensions 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.
Credits
Several technologies have been used to build CODENERIX EXTENSIONS:
Project name |
License |
Owner |
Link to project |
|---|---|---|---|
crypto-js |
MIT |
Jakub Zapletal |
Release files for django-codenerix-extensions 4.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_codenerix_extensions-4.0.4.tar.gz | 70.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_codenerix_extensions-4.0.4-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 176.4 kB
Release files / django_codenerix_extensions-4.0.4.tar.gz
| Download URL | django_codenerix_extensions-4.0.4.tar.gz |
|---|---|
| Size | 70.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f1f548455485ae69303f20425986bdc2805dfc9405bde9f1c77c264d8a60ffe7
|
|
BLAKE2b-256 checksum How to use checksums |
74cb1731bafcc79bf49629945588c3a584e8f05f2585aeb14fa2c50da5afaed9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.0rc1
|
Release files / django_codenerix_extensions-4.0.4-py2.py3-none-any.whl
| Download URL | django_codenerix_extensions-4.0.4-py2.py3-none-any.whl |
|---|---|
| Size | 105.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
a1dba700c362f688c4df762fc989c26838f341a2203bc764f06bfe56b7352324
|
|
BLAKE2b-256 checksum How to use checksums |
dcb891b60fc435badec98197904f8b1f63aa8470ee6d7c2660d91a810ba88dc6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.0rc1
|