Category: Django Tutorials

Install Django

Step by Step Procedure to Install Django

As you have decided to start your journey with Django, let’s discuss the steps to install it. Django is an open-source web framework of Python. It is designed for building complex and dynamic websites...

Django Architecture

Learn Django Architecture in just 5 minutes

For interacting with any websites out there on the Internet we need 3 things, Input, Processing, and Output. In technical words, Input logic, Business logic, and UI logic.    Back in times, when our web...

PROS and CONS of Django

Pros and Cons of Django as Web Framework

A web developer is always in the chase of finding good frameworks for building and maintaining a great web application. The chase ends here with Django. Django is an open-source web framework that provides...

Django Features

Django Features | Reasons to Learn Django

In this tutorial, we will learn about the features of Django. Why should we learn Django? Are there enough features that make it worth learning? What makes Django so popular? So let’s explore some...

online school management system python django project

Online School Management System Python Django Project

Online school management system is an advanced level python project. We will be using Django (python open-source framework) and Sqlite3 database to implement the same Project Functionalities: Add attendance Add marks Add notice Check...

book store management system python

Book Store Management System – Python Django Project

Create a simple book store management system project using python django. The Book store management system is a beginner-level project. We will be using Django (python framework) to develop this project. Project Prerequisites We...

python django project blog web application

Python Django Project – Blog Web Application

In this article, we will learn to build an interesting project using django – Blog Web Application Django is an open source python web framework that follows model view template (MVT) architectural pattern. It...