best-django-resource
github.com/iamfoysal/best-django-resource ↗A curated list of the best and most useful packages, models, and resources for Django development.
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me online courses resources from best-django-resource"
Installation instructions →What's inside
Essentials
Learning Resources
- Codecademy: Learn DjangoOnline Courses
An interactive course covering the fundamentals of Django and web application development.
- CodingEntrepreneurs Django TutorialsVideo Tutorials
A YouTube channel with a series of practical Django project tutorials.
- Corey Schafer’s Django SeriesVideo Tutorials
A YouTube playlist that covers Django basics and advanced concepts.
- Coursera: Django for EverybodyOnline Courses
A specialization that teaches the basics of web development with Django, offered by the University of Michigan.
- DigitalOcean’s Django TutorialsTools and Resources
A collection of tutorials and articles on how to deploy and manage Django applications on DigitalOcean.
- Django Courses on UdemyOnline Courses
Various courses on Django covering beginner to advanced topics, with hands-on projects.
Authentication
- django-allauth
Comprehensive user registration, management, and social authentication.
- django-oauth-toolkit
OAuth2 provider for Django to handle third-party app authorization.
- django-two-factor-auth
Complete two-factor authentication for Django via SMS or tokens.
- django-anymail
A unified API for sending email via various transactional email services.
- django-templated-email
Send beautifully templated emails using Django’s templating engine.
Performance
- django-async-orm
Asynchronous ORM operations to improve performance.
- django-compressor
Compresses linked and inline JavaScript or CSS into a single cached file.
- django-silk
Live profiling, SQL query analysis, and HTTP request profiling for Django.
Security
- django-axes
Prevents brute-force login attempts by tracking failed authentication attempts.
- django-guardian
Adds per-object permissions for Django's built-in authentication system.
- django-secure
Enhances security in Django with middleware that enforces SSL, HSTS, and other settings.
- django-security
Additional security features like headers and secure cookies.
Job Queue & Background Tasks
- django-background-tasks
Lightweight background task runner for Django.
- django-celery-beat
A Celery extension for scheduling periodic tasks in Django.
Forms
- django-bootstrap-v5
Bootstrap 5 integration with Django forms.
- django-crispy-forms
The best way to build and manage Django forms in a DRY (Don't Repeat Yourself) way.
Showing a sample of 76 resources. View the full list on GitHub →