In this article, we are going to discuss how to create forms the Django way, how to create new …
Read moreIn this article, we will delve into the intricacies of sending emails in Django. From configuring …
Read moreNow that you know how to retrieve data using queries and how to send data using mutations, you can …
Read moreIn part two, we are going to talk about how to connect the backend and the frontend using GraphQL. …
Read moreIn this tutorial, we are going to discuss how to create a modern web application using Django as the …
Read moreIn this article, we'll talk about how to deploy a Django project manually on a Linux server with …
Read moreIn this article, we are going to talk about two new data types that allow us to group all of these …
Read moreIn this article, we’ll add some optional advanced features for our Django blog website, including a …
Read moreFinally, it is time for us to create a complete blog application using Django. In the previous …
Read moreIn this article, we will dig deeper and find out how the URL dispatchers, models, views, and …
Read moreDjango is a web dev framework designed based on the MTV (Model-Template-View) structure. In this …
Read moreDjango is a Python-based web framework that allows you to create a web application quickly. In this …
Read more