Django is a Python-based web framework that allows you to quickly create efficient web applications. It is also called batteries included framework because Django provides built-in features for everything including Django Admin Interface, default database – SQLlite3, etc. When you’re building a website, you always need a similar set of components: a way to handle user authentication (signing up, signing in, signing out), a management panel for your website, forms, a way to upload files, etc. Django gives you ready-made components to use and that too for rapid development.

django-tutorial

Why Django Framework ?

  • Excellent documentation and high scalability.
  • Used by Top MNCs and Companies, such as Instagram, Disqus, Spotify, Youtube, Bitbucket, Dropbox, etc. and the list is never-ending.
  • Easiest Framework to learn, rapid development and Batteries fully included.
  • The last but not least reason to learn Django is Python, Python has huge library and features such as Web Scraping, Machine Learning, Image Processing, Scientific Computing, etc. One can integrate it all this with web application and do lots and lots of advance stuff.

This Django tutorial helps you learn how to use the Django web framework from scratch via practical and real-world examples.

Django Basics

Getting Started with Django

Creating an application

Building Django Templates

Defining Django Models

Making & Applying Migrations

Django Admin page

Django Form

Django Flash Messages

Django Edit Form

Django Delete Form

Django Login / Logout

Django Registration

Django Class-based Views

Django Todo App

Django ListView

Django DetailView

Django CreateView

Django UpdateView

Django DeleteView

Django LoginView

Django FormView

Django Password Reset

Django User Profile

Django ORM

Django ORM

Django One-To-One Relationship

Django One-To-Many Relationship

Django Many-to-Many Relationship

Django ManyToManyField Through

Django Limit Offset

Django order_by

Django LIKE (Startswith, endswith, and contains)

Django In

Django Range

Django isnull

Django exists

Django Aggregate

Django Group By

Django Cookies and Sessions

Django Cookies

Django Sessions

Follow Us On