Last updated: Feb 15, 2022

Django Basics

Django is one of the most used frameworks in modern web development. It is used by Instagram, Spotify, YouTube, Bitbucket, Pinterest, and many more giant websites. So, let's learn about creating our first project in Django, and reading about best practices for structuring our project folder. In this tutorial, we will also see its features along with a comparison between Django and other frameworks.
Basics of Django Framework EASY
This article is a basic overview of what Django is, how it works and how it helps developers increase their productivity during the development.
Advance Serializers HARD
Hi, in this blog, we will understand about the Advanced Serializers, and we will also see the implementation of the same.
Django Installation
This blog covers the introduction to Django and the features, advantages, and disadvantages in detail.
Getting started with Django
This blog covers the introduction to Django and the features, advantages, and disadvantages in detail.
Django Redirect MEDIUM
This article covers the concept of redirecting webpages using Django with an example.
When to use Django and comparison to other Development stacks
This blog will discuss when to use Django and compare it with the other development stacks available.
Project structure in Django
Django, a Python web framework that allows us to develop maintainable and secure websites. In this article, we are discussing the project structure in Django.
Author Ranjul
2 upvotes
Create a basic Django Project using MVT
This blog covers the concept of creating a basic Django project using MVT.
How to create app in Django
This blog will look at what is Django and the pre-installed apps we need. Moreover, for creating an app in Django, what are methods we can follow. Then we will go through how to do the project.