Category: Learn Django

Python Django Wishlist Project

In Django, a wishlist is a model that represents a user’s list of items that they desire or want to purchase. It typically involves a CRUD (Create, Read, Update, Delete)...

Understand Django Project Structure

It is important to understand the Django Project Structure. Understanding the Project Structure thoroughly will help you to get an overview of what files you will be working with and...

Create New Project in Django

Assuming you have installed Django on your PC from the last tutorial. In this tutorial, we will be learning how to create a new project in Django: Creating New Django...

Create your First Django App

The word “App/Apps” can be confusing to Django Beginners. When you create a web app in Django, sometimes you might want to have a separate component dedicated and treated as...