Django Rest Framework: adding DateTimeField format serializer validation
Here’s an example of adding date and time validation to a DateTimeField in a serializer in the Django Rest Framework (DRF).
Read more arrow_forwardHere’s an example of adding date and time validation to a DateTimeField in a serializer in the Django Rest Framework (DRF).
Read more arrow_forwardAs a software developer, I usually self-refer as a “Professional learner” and this book’s subtitle ("What every programmer needs to know about cognition") caught my eye right away.
Read more arrow_forwardExistem algumas maneiras diferentes de desfazer as coisas no git, mas para o propósito deste post vamos considerar o seguinte cenário:
Read more arrow_forwardIf your Python project has a very short list of required packages (in requirements, pipfile, etc), it’s easy to see all packages you have. But on large projects, the dependencies can run pretty long, not to mention the dependencies for the required packages. And what about learning more about those dependencies?
Read more arrow_forwardThere are a few different ways to undo things in git but for the purpose of this post we will stick with the following scenario:
Read more arrow_forward