Category: Django Tutorials

create quiz web application django python

Create Quiz Web App with Python Django

Let’s develop our own Quiz App Project in Django and let others attempt and test their knowledge by giving the Quiz. You will also get the basic idea of Django Python framework and how...

Django MVT Architecture

All You Need to Know About Django MVT Architecture

In our previous article, we learned “Django’s MVC Architecture”. We have discussed the MVC (Model-View-Controller) in depth. We have seen the need to introduce the MVC architecture after discontinuing the old practice of having...

Django Project structure

Django Project Structure and File Structure

Django makes use of a directory structure to arrange different parts of the web application. It creates a project and an app folder for this.  Creating a proper project and organizing it helps in...

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...