8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Django
Django menu
Django Tutorial
Python's batteries-included web framework — ORM, admin panel and views out of the box.
Start the Django tutorial →
What you'll learn
1. Django Introduction
What Django is, installing it, starting a project, the project/app distinction, and the dev server.
2. Django Models and the ORM
Defining models, migrations, the ORM query API, and ForeignKey/ManyToMany relationships.
3. Django Views and URLs
URL routing, function-based vs class-based views, and HttpResponse vs render().
4. Django Admin and Forms
Registering models with the admin site and building forms with Form and ModelForm.
5. Django REST Framework
Installing DRF, ModelSerializer, and a complete ViewSet + router example for a JSON API.
6. Django Authentication and Permissions
Django's built-in auth, @login_required, and DRF permission classes with a complete example.
7. Testing Django Apps
TestCase, the test client, and a complete test covering views, auth, and a DRF endpoint.
8. Django Production Deployment
DEBUG=False settings, serving static files with whitenoise, and running Gunicorn behind Nginx.
9. Django Interview Questions
Real Django interview questions on framework trade-offs, migrations, views, DRF, auth, and deployment.