Let's start learning the template extending in Django step-by-step. What is meant by template extending in Django? The idea of template extending is that we create some base files for the entire...
Category: Web Development
Let's begin our Django database interaction tutorial. In this tutorial, we will be learning how to connect to the database, how to create models, how to insert and retrieve data from the database,...
Django is a web framework of Python and it is the easiest backend framework to learn. Let's build a hello world app using Django step by step. Starting the Project If you already have Django...
SQL (structured query language) is an important language that every web developer should know. SQL is used as a query language to interact with a database in an application. MySQL is one of the...
Let's see how we can create a Django project when you are using Anaconda as your default Python. We do this process by creating a new environment. Anaconda is a free and open-source...
In this tutorial, we are going to create a complete blog website using the Django framework step by step. So, let's get started. Django is a web framework of Python and it is one of the very...