GenForm with Autofill

In this post, we will share with you how to use the autofill feature from CODENERIX GenForm and GenModelForm. If you want to visit the general documentation, please follow this link. What does the autofill feature? This feature helps the developer to...
Elasticsearch, Solr, Whoosh or Xapian in CODENERIX

Elasticsearch, Solr, Whoosh or Xapian in CODENERIX

In this article, you will learn how to enable Elasticsearch, Solr, Whoosh, or Xapian on your CODENERIX website. CODENERIX is ready to work with Search Indexes. For this purpose, it will require you to configure Haystack. Haystack can connect...
CODENERIX API

CODENERIX API

In this article, you will learn how does work CODENERIX API. Since all the operations between the front and back end are happening through JSON communication, it is easy to think there is a protocol behind all of that. In fact, there is a RESTful API based on JSON to...
Authentication system

Authentication system

In this article, you will learn everything about CODENERIX’s authentication system. Every request that is getting to CODENERIX is passing through several middlewares, and some of them may be authentication backends. Those authentication backends are used to...