Introduction In this article I go over the full build out of an ajax-enabled Django widget. Although I will walk through all of the steps necessary to create this widget, this article does assume you have at least some understanding of Django, ajax, and JavaScript. Check out some of our other Django-centric articles: with Docker,..
Month: November 2019
What is it? Code Multiplex, written in Python / Django / Django Rest Framework, is an open source RESTful application / RESTful language interpreter. Since it’s a REST application, it allows access to remote scripts without predefined language restrictions: you send JSON and you receive JSON. It’s a “Language as a Service” model, “Interpreter as..
Introduction In a previous article, I wrote about creating a Docker container for an existing Django project. The Dockerfile in that article copies the source code directly into the Docker image. This is good when you are ready to release the app to production but slows development because you have to rebuild the entire image..
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..