Codenerix it is a framework that goes on top of Django so it makes easier development and building of ERPs.
Project description
Open source enterprise business management system built on top of Django + AngularJS + Bootstrap. Ready for fast development of any CMS, ERP, Business Management Software, you can discover more in CODENERIX.com.
Features
it is just steroids for Django
designed to build new django applications or to get integrated with existing ones
easy to use methods for writing filters, granular control to limit results
control what your users see on your software in just one line
simple to develop customized views
client-side validation with no extra work
dynamic inputs and selects with real time autocomplete
search string sent to the server includes feedback from other form fields
response from server includes control information to perform form actions on any field (fill, clear, set readonly)
all dynamic inputs and selects are declared in just on line with our powerfull ‘autofill’
get class information from instrospective analysis of classes
ready to use Memcache with no extra effort
full control of permissions with added new permissions
integrated API system as standard
several authentication methods’ including OTP (One Time Password)
ready for authentication with Microsoft Active Directory
compatible with Python 2.7 and Python >= 3.4
hotkeys support
Haystack support (Search engines like: Solr, Elasticsearch, Whoosh and Xapian)
nice packages with plenty of icons ready to use (Glyphicon, Font Awesome & Font Awesome Animation)
special Codenerix directives
codenerixHtmlCompile to render HTML code straight from your scope variables (including AngularJS code)
codenerixOnEnter to detect when Enter key is pressed
codenerixOnTab to detect when Tab key is pressed
codenerixFocus to control when a input field get the focus
codenerixVtable to render tables with dynamic loading and cache system. It is used for really big tables that we would like to render virtually. The website will look like a really long list but when you scroll down the engine will send queries to the server to get the registers you should be seeing.
codenerixAutofocus to set the focus on the input who has it when the page is loaded
codenerixReallyClick to ask the user if it really clicked (it is a kind of “confirm” function)
Ready for:
Debug Panel (https://github.com/recamshak/django-debug-panel)
Debug Toolbar (https://github.com/jazzband/django-debug-toolbar)
Spaghetti and Meatballs (https://github.com/LegoStormtroopr/django-spaghetti-and-meatballs)
New fields and widgets:
FileAngularField
ImageAngularField
Date2TimeField
MultiEmailField
WysiwygAngularField
MultiBlockWysiwygField
BootstrapWysiwygField (coming soon)
GenReCaptchaField
More information on our website.
Demo
You can have a look to our demo online.
You can find some working examples in GITHUB at django-codenerix-examples project.
Quickstart
Install your Linux (we checked it out on Debian 8.7)
Make sure you have installed the required packages to work with GIT and Python (zlib1g-dev, libjpeg-dev, python-dev, python3-dev are required by Pillow library):
apt-get install git python-pip python3-pip zlib1g-dev libjpeg-dev python-dev python3-dev
Clone the CODENERIX Examples project:
git clone https://github.com/codenerix/django-codenerix-examples
Go to the desired folder (we will go to agenda):
cd django-codenerix-examples/agenda/
Install all requirements for the choosen example:
For python 2: sudo pip2 install -r requirements.txt For python 3: sudo pip3 install -r requirements.txt
That’s all…check it out:
In python 2: python2 manage.py runserver In python 3: python3 manage.py runserver
Documentation
We have tried to write the most accurate documentation about this project so you have enought information to feel confortable with CODENERIX. Nevertheless we are human, and we make mistakes, so please contact with us if you find any mistake or you have doubts about the explanations.
You can get access to online documentation at CODENERIX Documentation.
You can find all documentation in GITHUB at django-codenerix-documentation project.
You can chat with us here.
FAQ
sudo apt-get install libmysqlclient-dev, when using MySQL:
EnvironmentError: mysql_config not found,
sudo apt-get install default-libmysqlclient-dev, when using Maria DB:
EnvironmentError: mysql_config not found,
sudo apt-get install apache2-dev, when:
RuntimeError: The 'apxs' command appears not to be installed or is not executable. Please check the list of prerequisites in the documentation for this package and install any missing Apache httpd server packages.
sudo apt-get install python-dev, when:
_mysql.c:40:20: fatal error: Python.h: No such file or directory #include "Python.h" ^ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
sudo apt-get install libssl-dev, when:
build/temp.linux-x86_64-2.7/_openssl.c:434:30: fatal error: openssl/opensslv.h: No such file or directory #include <openssl/opensslv.h> ^ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Credits
This project has been possible thanks to Centrologic.
We are thankful to:
Author |
Module |
Contribution |
---|---|---|
Mounir Messelmeni |
Haystack Engines |
Contribution with Asciifolding support for Haystack Elasticsearch Engine |
Khanh TO |
ngReallyClick |
We added codenerixReallyClick as a version that works with uibModal of ngReallyClick |
Francisco Torrejon |
Core |
He was one of the first developers and part of the original project until 2015 |
Several technologies have been used to build CODENERIX:
Project name |
License |
Owner |
Link to project |
---|---|---|---|
Angular Material Design |
MIT |
Google, Inc. |
|
AngularJS |
MIT |
Google, Inc. |
|
AngularJS Color Contrast Directive |
MIT |
Everton Yoshitani |
|
AngularJS reCaptcha |
MIT |
VividCortex |
|
AngularUI |
MIT |
AngularUI Team |
|
angular-base64-upload |
MIT |
||
angular-bootstrap-colorpicker |
MIT |
Michal Zielenkiewicz |
|
angular-bootstrap-switch |
Apache |
Francesco Pontillo |
|
angular-loading-bar |
MIT |
Wes Cruver |
|
Bootstrap |
MIT |
Twitter, Inc. |
|
Bootstrap Tab Collapse |
MIT |
flatlogic.com |
|
bootstrap-datetimepicker |
Apache |
Stefan Petre |
|
bootstrap-switch |
MIT |
Mattia Larentis |
|
Checklist-model |
MIT |
||
Date Range Picker |
MIT |
Fragaria, s.r.o. |
|
django-angular |
MIT |
Jacob Rief |
|
Font Awesome |
MIT & SIL OFL 1.1 |
Dave Gandy |
|
Font Awesome Animation |
MIT |
Louis Lin |
|
hotkeys |
MIT |
Wes Cruver |
|
HTML Clean for jQuery |
BSD |
Anthony Johnston |
|
HTML5 Shiv |
MIT or GPL2 |
Alexander Farkas |
|
jQuery |
MIT |
jQuery Foundation, Inc. |
|
moment.js |
MIT |
Tim Wood, Iskren Chernev |
|
notifyjs |
MIT |
Jaime Pillora |
|
nsPopover |
MIT |
||
Quill |
COPYRIGHT |
Jason Chen & salesforce.com |
|
Rangy |
MIT |
Tim Down |
|
textAngular |
MIT |
Austin Anderson |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-codenerix-1.1.37.tar.gz
.
File metadata
- Download URL: django-codenerix-1.1.37.tar.gz
- Upload date:
- Size: 3.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/33.1.1 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 931eaf065c94526011357b3050d9a901f749addccaa4d82bd0165bdfd3ef177d |
|
MD5 | 5655caf4491c832bd14b012a371f54de |
|
BLAKE2b-256 | f0cffdd02c0c726e8643a48b3c44b1983232a7306cd8d36e245284f2c9c6a976 |
File details
Details for the file django_codenerix-1.1.37-py2.py3-none-any.whl
.
File metadata
- Download URL: django_codenerix-1.1.37-py2.py3-none-any.whl
- Upload date:
- Size: 4.8 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/33.1.1 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9be81289a0bba8bb734794a8865fecfd5edd06d1e542c050990f611b862bbc77 |
|
MD5 | 0c69dcf51dba119272b91c3e055fcb1d |
|
BLAKE2b-256 | 9625845351f8406d19ac6f6bbf93e7cfd4d6e3545c7465f5a82c27da42a719c8 |