Library Reference

Codenerix is a framework build on top of Django to improve its capabilities. Its main strength is its aim to eliminate repetitive work.

Models

This page explains how to make a model with Codenerix, which is a fundamental part of any project.

Views

This page details the different views available in Codenerix. These views are a complete set of classes to list, create, read, update and delete models, among other features.

Forms

This page is about how to handle forms using Codenerix capabilities.

URLs

This page explains how to use the Django routing system to work with Codenerix.