Django shorts: #8 [FREE] deployment options Dec 21, 2022 Django Django shorts: #8 [FREE] deployment options Deployment. One of the most important topics in development that is talked about by everyone. Whether you are a developer who just wants to check
How to dockerise a Django web application Dec 19, 2022 Django How to dockerise a Django web application It's always been a challenge for Django developers to find the easiest and most efficient way to dockerize their applications. In this article
Django shorts: #7 Blank vs Null? Dec 18, 2022 Django Django shorts: #7 Blank vs Null? The Django models API contains two options which are similar in nature. These options are known as blank and null. The main difference between blank
Services needed to dockerise a Django web app to AWS Nov 26, 2022 AWS Django Services needed to dockerise a Django web app to AWS Docker Desktop: Docker Desktop is an application that is used for constructing containerized applications and microservices. Docker Desktop can be downloaded on the most common
Django shorts: #6 Auto DateTime Fields Nov 19, 2022 Django Django shorts: #6 Auto DateTime Fields By making using of Django's built-in DateTime Field we can set the current date and time in which a record/object is created.