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 …
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 …