Configure GeoDjango in Scalingo
To configure GeoDjango (which use GDAL) in Scalingo, you’ll have to follow their documentation here : https://doc.scalingo.com/platform/app/app-with-gdal Don’t take care of the caution note about …
Each week, I share a technical trick that I learned
To configure GeoDjango (which use GDAL) in Scalingo, you’ll have to follow their documentation here : https://doc.scalingo.com/platform/app/app-with-gdal Don’t take care of the caution note about …
You know about KISS philosophy which is aligned to LEAN thinking. In the same spirit, here is a thread of publication to enforce this philosophy: …
Sentry in a software monitoring tools which have the ability to group errors, this is very useful to don’t be flood by repeated errors which …
For one of my project I need to manage a different ssh key to deliver the code in an other git repo account. It can …
Using gdal library install gdal Then, in your code Using GeoDjango Geodjango is part of django, you’ll just have to declare it in your INSTALL_APPS …
If you are bored to attribute every project pull request one by one and always to the same persons, you can configure github to do …
Often, the JS package documentations make you write piece of code like : with this piece of code, the browser will wait the script is …
I recently install django-extensions, ptpython and django-browser-reload packages on a project, it is convenient packages to Django developer. Installation install it with pip: or reference …
As a good geek, I am testing github copilot, the suggestion engine based on ChatGPT technology. It is fun but the result is tempered. Installation …
This week I publish (for internal tester only) my first app in Flutter. Let’s start a new story. The project 📽 I wanted to start …