new
home
bytes
tutorials
django
Master Django web framework essentials and build robust web applications. Learn models, views, templates, and database integration for dynamic development.
462
What is Django and Why Use it?
Installing Django
Creating Your First Django Project
Quiz
Setting Up a Database With Django
Creating Models and Database Tables
Creating Views and Templates For a Basic Website
Quiz - 2
Creating Forms With Django
Adding User Authentication to a Django Website
Customizing the Django User Model
Quiz - 3
Introduction to Django ORM Module
Advanced Django ORM Concepts - Querying, Model Relationships, Transactions and Concurrency
Optimizing Performance in ReactJS Applications
Using the Django Admin Site for Managing Your Site's Content
Implementing Create, Read, Update, and Delete (CRUD) Operations in Django
Handling File Uploads in Django
Quiz - 5
Introduction to Web APIs and Django REST Framework
Creating a Simple API with Django
Authenticating API Requests with Django REST Framework
Quiz - 6
Preparing a Django Site for Deployment
Deploying a Django Site to a Web Server
Quiz - 7