Building a “thing”
One of those times when I actually built a thing...
One of those times when I actually built a thing...
Building something to keep my family entertained
Checking followers & friends on twitter
Scripting my way to find a new house
How to use your dev skills to win a feast
The year is 20 something, after some time of struggle with COVID-19, ...
A 5 minute guide to customize the colors of django admin
Learn how to configure your django to support multiple environments
Small guide to help you figure out where to put your business logic in a django project
List of ideas to build in django to sharpen your skills
A list of the features of a SaaS that are always the same
Some ways to make good looking web apps if you are not a designer
A couple of examples to give you ideas about what to test when you have never written a test before
This article will show you how to use the useState hook to manage an array
This article will show you how to use the useState hook to manage an array
Use of override_settings for a happy django developer
Main reason why you should pick django for your next project.
The mistakes you want to avoid, so your learning feels more like a rocket ship and not a lawnmower with a roof.
Every beginner does this mistake: not managing their projects dependencies separately. If you have only one project, there's no problem. With more than one, you are looking for trouble.
Depending on your situation, managing two forms in one page might not be straightforward. You might have tried to do it in a page with 2 forms and 2 submit buttons but that didn't work. Maybe you tried to use some javascript to manage the data of the...
Your Django admin looks boring, somewhat dated. Mybe your boss asks you to improve it, maybe your wide... It definitly needs of some spice 🌶️. After all, one can only take so much of that blue and yellow.
The full source code for the Django polls tutorial for anyone who needs to take a peek to the end or to clarify some doubts.