Django Logo! Source: https://code.djangoproject.com/attachment/ticket/24953/django-hexbin.png

Django.life

Discover Django Framework through real-world examples from the world's biggest companies

GitHub code size in bytes GitHub repo size GitHub top language GitHub issues GitHub last commit GitHub Website
GitHub followers GitHub watchers GitHub stars GitHub forks

About the Framework

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

This fan website was built by Brennan K. Brown, as a way to teach myself how to use Django! As well as introduce people to the framework, in addition to presenting examples of popular websites and apps that currently use it!

  • Ridiculously fast.

    Django was designed to help developers take applications from concept to completion as quickly as possible. Django includes dozens of extras you can use to handle common Web development tasks. Django takes care of user authentication, content administration, site maps, RSS feeds, and many more tasks — right out of the box.
  • Reassuringly secure.

    Django takes security seriously and helps developers avoid many common security mistakes, such as SQL injection, cross-site scripting, cross-site request forgery and clickjacking. Its user authentication system provides a secure way to manage user accounts and passwords.
  • Exceedingly scalable.

    Some of the busiest sites on the Web leverage Django’s ability to quickly and flexibly scale. Companies, organizations and governments have used Django to build all sorts of things — from content management systems to social networks to scientific computing platforms.

Learn More About Django Visit my GitHub

This website is in no way affiliated, endorsed, or condoned by Django Software Foundation and individual contributors. Django is a registered trademark of the Django Software Foundation.

Websites that use Django:

Instagram Logo

Instagram

World's largest photo and video sharing social media platform with over 1 billion active users.

Founded: 2010
Pinterest Logo

Pinterest

Visual discovery engine for finding ideas like recipes, home, style, and DIY inspiration.

Founded: 2010
Spotify Logo

Spotify

World's most popular audio streaming platform with millions of songs and podcasts.

Founded: 2006
NASA Logo

NASA

National Aeronautics and Space Administration uses Django for various web applications.

Founded: 1958
Disqus Logo

Disqus

Global comment platform and discussion network used by millions of websites and blogs.

Founded: 2007
Mozilla Logo

Mozilla

The organization behind Firefox browser uses Django for many of its web properties.

Founded: 1998

Official Documentation & Tutorials

Django Official Tutorial

The official hands-on tutorial where you build a polls application. It's comprehensive and well-written, walking you through creating a complete Django project from scratch.

Beginner Friendly Start Tutorial

Django Documentation

The complete official docs covering everything from models and views to deployment and security. The definitive reference for Django developers at all levels.

Complete Reference Browse Docs

Django Community

Connect with thousands of Django developers worldwide. Get help, share knowledge, and contribute to the framework through forums, mailing lists, and Discord.

Django Girls Tutorial

A free, beginner-friendly tutorial that teaches you how to build your first web application with Django. Perfect for absolute beginners with no prior programming experience.

Absolute Beginner Start Learning