OSS Tanbou

Django — a high-level Python web framework integrating ORM, admin, and URL routing

OSS health 95
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
90,762
Primary language
Python
License
BSD-3-Clause
Repository last updated
Sep 8, 2026

Overview

Django is a high-level Python web framework focused on rapid development and clean, pragmatic design. It connects Python data models with migrations, a query API, an administration interface, URL routing, views, and templates.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Build the common layers of a database-driven web application consistently

Model definitions drive migrations and an ORM query API, and registered models can receive an authenticated administration interface. URLconfs map paths to views, which retrieve data and render responses through the template system.

Sources: [2]

For quickly shaping web services with databases and administration

It is a candidate for Python teams building business systems, content services, or APIs that benefit from establishing data models and administration early. Build the tutorial application first and assess whether its ORM, admin, URL, and view conventions match the existing architecture.

Sources: [1][2]

Match stable documentation and deployment guidance to the target version

The repository README delegates details to the docs directory and online documentation. Treat installation and tutorials separately from the deployment guide, and do not confuse development documentation on the main branch with the stable version in use.

Sources: [1]

Official sources

  1. [1]Django README(2026-09-13)
  2. [2]Django at a glance(2026-09-13)
Supplemental curator note

Selected for aligning organization, repository, and product names while directing a concise RST README into extensive versioned documentation.

Growth

Growth trends · Last 30 days

90,762 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
59
Open PRs
496

Development activity is still being collected.

Built with

Categories and tags

Categories

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • python
  • django
  • web
  • framework
  • orm
  • templates
  • models
  • views
  • apps
Stars
90,762
Forks
34,253
Watchers
2,278
Open issues
0
Primary language
Python
Repository last updated
Sep 8, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

Django ORM, admin, and Python web development | OSS Tanbou