The Principal Dev – Masterclass for Tech Leads

The Principal Dev – Masterclass for Tech Leads28-29 May

Join

screenshot

Unfold - Modern Django Admin

PyPI - Version Discord Build Monthly downloads

Enhance Django Admin with a modern interface and powerful tools to build internal applications.

Quickstart

Install the package

pip install django-unfold

Change INSTALLED_APPS in settings.py

INSTALLED_APPS = [
    "unfold",
    # Rest of the apps
]

Use Unfold ModelAdmin

from unfold.admin import ModelAdmin

@admin.register(MyModel)
class MyModelAdmin(ModelAdmin):
    pass

Unfold works alongside the default Django admin and requires no migration of existing models or workflows. Unfold is actively developed and continuously evolving as new use cases and edge cases are discovered.

Why Unfold?

Features

Third-party package support

Professional services

Need help integrating, customizing, or scaling Django Admin with Unfold?

dashboards

Credits

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.