awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 repository-uri

Awesome GitHub RepositoriesAdmin Enhancements

Tools to extend, customize, and manage the Django admin interface.

Explore 12 awesome GitHub repositories matching part of an awesome list · Admin Enhancements. Refine with filters or upvote what's useful.

Awesome Admin Enhancements GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • django-oscar/django-oscarAvatar django-oscar

    django-oscar/django-oscar

    6,611Vezi pe GitHub↗

    Django Oscar is a domain-driven e-commerce framework built on Django for constructing custom online stores. It provides a purpose-built admin dashboard for managing e-commerce operations including products, orders, customers, and promotions, replacing the default Django admin interface. The framework includes a flexible promotions engine for creating multi-buy, bundle, and percentage discounts with custom conditions and benefits, along with a configurable order status and transition system that supports split payments, multi-batch shipping, and deferred payment capture. The framework is desig

    Re-registers forked app models with the Django admin by importing the original app's admin module.

    Python
    Vezi pe GitHub↗6,611
  • sehmaschine/django-grappelliAvatar sehmaschine

    sehmaschine/django-grappelli

    3,933Vezi pe GitHub↗

    django-grappelli este un framework vizual și funcțional pentru interfața de administrare, oferind o temă bazată pe grid, un kit UI și un dashboard de pagină de destinație personalizabil. Înlocuiește interfața de administrare implicită cu un layout structurat conceput pentru a organiza formularele de model și listele de modificări. Proiectul se distinge prin îmbunătățiri specifice ale interfeței, cum ar fi căutări de tip autocomplete pentru câmpurile relaționale, integrarea editorului de text îmbogățit și capacitatea de a reordona prin drag-and-drop rândurile de modele inline. Include, de asemenea, un mecanism de comutare a contextului care permite administratorilor să impersonifice alți utilizatori pentru a verifica nivelurile de permisiune. În linii mari, toolkit-ul acoperă gestionarea layout-ului administrativ cu fieldset-uri colapsabile, organizarea dashboard-ului cu fluxuri RSS și scurtături de aplicații, și randarea personalizată a template-urilor pentru listele de modele. Oferă, de asemenea, utilitare pentru urmărirea activității recente a utilizatorilor și normalizarea randării câmpurilor de input.

    Supplies a set of UI enhancements including autocomplete lookups and rich text editing for the admin interface.

    HTML
    Vezi pe GitHub↗3,933
  • django-import-export/django-import-exportAvatar django-import-export

    django-import-export/django-import-export

    3,328Vezi pe GitHub↗

    Django application and library for importing and exporting data with admin integration.

    Import and export data directly within the admin.

    Python
    Vezi pe GitHub↗3,328
  • django-hijack/django-hijackAvatar django-hijack

    django-hijack/django-hijack

    1,726Vezi pe GitHub↗

    With Django Hijack, admins can log in and work on behalf of other users without having to know their credentials.

    Log in as other users for support and testing.

    Python
    Vezi pe GitHub↗1,726
  • jrief/django-admin-sortable2Avatar jrief

    jrief/django-admin-sortable2

    882Vezi pe GitHub↗

    Generic drag-and-drop ordering for objects in the Django admin interface

    Enable drag-and-drop ordering for model objects.

    Python
    Vezi pe GitHub↗882
  • yassi/dj-control-roomAvatar yassi

    yassi/dj-control-room

    488Vezi pe GitHub↗

    The control room for your Django app

    Centralized operational dashboard for system tools and cache.

    Python
    Vezi pe GitHub↗488
  • skorokithakis/django-loginasAvatar skorokithakis

    skorokithakis/django-loginas

    375Vezi pe GitHub↗

    "Log in as user" for the Django admin.

    Simple utility to impersonate users from the admin.

    Python
    Vezi pe GitHub↗375
  • dizballanze/django-admin-env-noticeAvatar dizballanze

    dizballanze/django-admin-env-notice

    345Vezi pe GitHub↗

    Visually distinguish environments in Django Admin

    Visually distinguish between different deployment environments.

    Python
    Vezi pe GitHub↗345
  • avallbona/impostorAvatar avallbona

    avallbona/Impostor

    161Vezi pe GitHub↗

    Django app that enables staff to log in as other users using their own credentials.

    Staff-level user impersonation with secure authentication.

    Python
    Vezi pe GitHub↗161
  • brktrlw/django-admin-collaboratorAvatar brktrlw

    brktrlw/django-admin-collaborator

    105Vezi pe GitHub↗

    Real-time collaborative editing for Django admin with WebSockets

    Add real-time presence and editing locks to admin.

    JavaScript
    Vezi pe GitHub↗105
  • petrdlouhy/django-related-adminAvatar PetrDlouhy

    PetrDlouhy/django-related-admin

    72Vezi pe GitHub↗

    Allow foreign key attributes in listdisplay with '_'

    Display fields across foreign key relationships in list views.

    Python
    Vezi pe GitHub↗72
  • dmytrolitvinov/django-admin-inline-paginator-plusAvatar DmytroLitvinov

    DmytroLitvinov/django-admin-inline-paginator-plus

    68Vezi pe GitHub↗

    ⏩ The "Django Admin Inline Paginator Plus" is simple way to paginate your inline in django admin

    Add pagination to inline model forms.

    Python
    Vezi pe GitHub↗68
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Admin Enhancements

Explorează sub-etichetele

  • Admin Integration RestorationsRe-register a forked app's models with the Django admin by importing the original app's admin module. **Distinct from Admin Enhancements:** Distinct from Admin Enhancements: specifically addresses restoring admin registration after forking an app, not general admin interface enhancements.