Skip to content

Commit 042d876

Browse files
authored
Create admin_themes.md
1 parent 7c55c17 commit 042d876

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

django/admin_themes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Themes for the Django Admin
2+
3+
This was linked in today's Django News: [Django Admin Theme Roundup 2025](https://www.djangoproject.com/weblog/2025/apr/18/admin-theme-roundup/?utm_campaign=Django%2BNewsletter&utm_medium=email&utm_source=Django_Newsletter_282). This post is basically just a link roundup of that post, but the post has screenshots and useful info. Go check it out.
4+
5+
- [Dracula for the Django Admin](https://draculatheme.com/django-admin)
6+
- [Django Daisy](https://hypy13.github.io/django-daisy-docs/), which uses Tailwind. Personal note: This one reminds me a little of a skin that a client has on their Neapolitan CRUD Views. White background, left-hand menus, etc.
7+
- [Django Djazzmin](https://django-jazzmin.readthedocs.io/), which reminds me a little of [Toggl](https://track.toggl.com/).
8+
- [Kubi](https://github.com/dengunorg/django-admin-kubi), which is in Bootstrap 5
9+
- [Django JET Reboot](https://django-jet-reboot.readthedocs.io/en/latest/)
10+
- [Django Semantic UI](https://globophobe.github.io/django-semantic-admin/), which looks a little like the Wagtail Admin
11+
- [Simple UI](https://newpanjing.github.io/simpleui_docs/en/), very clean
12+
- [Grapelli](https://grappelliproject.com/), with some drag-and-drop sorting capabilities
13+
- [Django Admin Interface](https://github.com/fabiocaccamo/django-admin-interface), which is laid out like the Django Admin of today, but skinned more like the Django site and with color theming.
14+
- [Unfold](https://unfoldadmin.com/), which uses Tailwind and looks really slick

0 commit comments

Comments
 (0)