Recent articles

image3.png

Migrate from Bitbucket to GitLab while preserving the historic


Bitbucket or GitLab shared runners are pretty slow, and our CI/CD usage is pretty intense. So we decided to host our GitLab instance, as we already manage and operate …

Read
image2.png

Create your PDF with Weasyprint


WeasyPrint is an open source library under "BSD License 2.0" license, allowing to make HTML to PDF exports (libcairo under the hood). Developed by Kozea, a company based in …

Read
image1.png

Change the primary key of a Django model


After a wrong choice on a data model, we can be tempted of changing the primary key of this model.

Operation not so easy if this model is referenced by …

Read