Developing a module for Dolibarr has been quite a journey. Modules are incredibly easy to build, once you understand how to do it. Unfortunately, the documentation doesn’t explain every step. It can be overwhelming to attempt to create a module without any prior knowledge, or a guide to follow. In this blog post, I will..
Tag: software engineering
Introduction I have been working with Django for the last two years here at Accendero. We are working on a project that will be deployed in a Docker container, so I started looking into what it takes to create one for an existing Django project. The Docker documentation explains how to build an image and..