bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/Django/Django Tutorial
Django•Django Tutorial

Django Tutorial

Concept visual

Django Tutorial

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

[+:

Learn Django

Formula

Django is a back - end server side web framework.

Django is free, open source and written in Python. Django makes it easier to build web pages using Python.

Start learning

Django now ❯

Learning by Doing

In this tutorial you get a step by step guide on how to install and create a Django project. You will learn how to create a project where you can add, read, update or delete data. You will learn how to make HTML Templates and use Django Template Tags to insert data within a HTML document. You will learn how to work with QuerySets to extract, filter, and sort data from the database. You will also learn how to set up a PostgreSQL database and how to deploy your Django project to the world.

Django

Introduction

Getting Started

Virtual Environment

Install Django

Create Project

Create App

Views

Urls

Templates

Models

Insert Data

Update Data

Delete Data

Update Model

Display

Prepare

Add Details

Add Master

Add Main

Next

Django Introduction