Django tip, join in template
Here is my Django tip of the week (not provided every week 🙄) Let’s join in template ! Using template filter join Works well or …
Each week, I share a technical trick that I learned
Here is my Django tip of the week (not provided every week 🙄) Let’s join in template ! Using template filter join Works well or …
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 …
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 …
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 …
Licenses subject is a huge subject in open-source project because some of the licenses can be contaminating. Most common example is the GPL license, every …