wagtail/wagtail

A Django content management system focused on flexibility and user experience

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 2nd, 2026
Created on February 3rd, 2014
Open Issues & Pull Requests: 1,023 (+0)
GitHub issues: Enabled
Number of forks: 4,599
Total Stargazers: 20,485 (+0)
Total Subscribers: 327 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 20.0 hours
Mean response time: 127.5 days
90th percentile: 257.5 days
Tracked items: 1,423

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 78% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "Documentation" is answered fastest, typically in about 7 hours, while "status:Needs Review" waits about 2 days. 55% of tracked open issues have had no activity in three months. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 844
New in 7 days: 5
Closed in 7 days: 1
Avg open age: 1,591 days
Stale 30+ days: 787
Stale 90+ days: 742

Recent activity

Opened in 7 days: 5
Closed in 7 days: 1
Comments in 7 days: 12
Events in 7 days: 43

Top labels

  • type:Enhancement (684)
  • type:Bug (639)
  • status:Needs Review (423)
  • status:Unconfirmed (257)
  • Documentation (142)
  • component:Images (117)
  • component:Page (105)
  • type:Cleanup/Optimisation (94)

Detailed Description

Wagtail is a Django content management system focused on flexibility and user experience.

Wagtail solves the problem of building content-managed websites within the Django ecosystem by providing a CMS that integrates directly with Django projects rather than operating as a separate system. It allows developers to define custom content models using Django's ORM while providing editors with an intuitive interface for managing that content. The approach treats the CMS as a Django application that can be embedded into larger projects, giving developers full control over data structure and business logic while abstracting away the administrative interface complexity.

Teams should choose Wagtail when they need a CMS that doesn't constrain their Django architecture or require learning a proprietary system. It suits projects where developers want to maintain Django conventions and integrate content management alongside custom application code. Organizations with existing Django expertise will find the learning curve minimal, as Wagtail builds on familiar patterns. The tool works well for sites requiring custom content types, complex workflows, or tight integration between editorial and programmatic features.

The project maintains steady development activity with regular commits across the codebase. Pull requests receive consistent review and feedback from maintainers. The issue tracker shows active engagement with bug reports and feature requests being addressed. Documentation receives ongoing updates alongside code changes. The project demonstrates sustained investment in both core functionality and the developer experience around extending and customizing the system.