sshwsfc/xadmin

Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Type:Library / SDKCategory(s):Backend FrameworksWeb Development
Added to GitGenius on September 14th, 2026
Created on November 19th, 2012
Open Issues & Pull Requests: 385 (+0)
GitHub issues: Enabled
Number of forks: 1,383
Total Stargazers: 4,747 (+0)
Total Subscribers: 273 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.4 days
Mean response time: 627.6 days
90th percentile: 1878.2 days
Tracked items: 3

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 1,359 days
Stale 30+ days: 2
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 1

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

Xadmin is a drop-in replacement for Django admin that provides an enhanced administrative interface with a Twitter Bootstrap-based UI and extensive plugin support.

The tool addresses the limitations of Django's default admin interface by offering a more polished user experience and additional functionality without requiring developers to rewrite their existing admin configurations. It works by extending Django's admin framework with a plugin architecture, allowing features to be added or customized as needed. The interface includes advanced filtering with date range and number range options, built-in data export to multiple formats including xls, csv, xml, and json, a customizable dashboard with widget support, inline editing capabilities, and in-site bookmarking functionality.

Xadmin suits Django projects where administrators need a more feature-rich interface than the standard admin provides. It works best for teams already invested in Django who want to enhance their admin experience without switching frameworks. The tool requires Django 1.9 or later and has optional dependencies for specific features such as django-reversion for object history, django-formtools for wizard forms, and xlwt or xlsxwriter for spreadsheet exports. A live demo is available showing the interface and capabilities in action.

Development activity shows ongoing maintenance with updates addressing Django compatibility across versions, including specific branches for Django 2.0 support. The project includes a changelog documenting improvements such as widget additions, JavaScript library updates, and bug fixes in areas like permission checking and reverse relationship handling. Documentation exists in Chinese with English documentation noted as coming soon. The project maintains a community group for user support and accepts contributions for translation efforts.