Here you can find examples using CODENERIX.
You can have a look to our demos online:
You can find some working examples in GITHUB at django-codenerix-examples project.
Install your Linux
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
Create a virtualenv and activate it:
virtualenv -p python3 env source env/bin/activate
Go to the desired folder (we will go to agenda):
cd django-codenerix-examples/agenda/
Install all requirements for the choosen example:
For python 3: sudo pip3 install -r requirements.txt
That's all...check it out:
In python 3: python3 manage.py runserver
The default user and password are:
user: demo password: demo