agentlytics
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
Enhance Django Admin with a modern interface and powerful tools to build internal applications.
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.
django.contrib.admin: Enhances the existing admin without replacing it.django.contrib.postgres.fields.ArrayField.ModelAdmin displayed on change form detail pages.settings.py.django.contrib.admin.Need help integrating, customizing, or scaling Django Admin with Unfold?
more like this
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
search projects, people, and tags