Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Python | 188,178 | a day ago | 394 | other | Python | |||||
A curated list of awesome Python frameworks, libraries, software and resources | ||||||||||
Awesome Django | 7,753 | 14 days ago | 2 | cc0-1.0 | HTML | |||||
A curated list of awesome things related to Django | ||||||||||
Django Grappelli | 3,497 | 1,687 | 19 | a month ago | 79 | September 21, 2023 | 9 | other | HTML | |
A jazzy skin for the Django Admin-Interface (official repository). | ||||||||||
Django Jet | 3,339 | 274 | 4 | a year ago | 25 | October 18, 2018 | 306 | agpl-3.0 | Python | |
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo | ||||||||||
Simpleui | 3,120 | 13 | 5 | 20 hours ago | 114 | November 08, 2023 | 22 | mit | Python | |
A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球20000+网站都在使用!喜欢可以点个star✨ | ||||||||||
Django Import Export | 2,781 | 982 | 76 | 2 days ago | 67 | November 16, 2023 | 34 | bsd-2-clause | Python | |
Django application and library for importing and exporting data with admin integration. | ||||||||||
Wger | 2,554 | 18 hours ago | 157 | agpl-3.0 | Python | |||||
Self hosted FLOSS fitness/workout, nutrition and weight tracker written with Django | ||||||||||
Django Material | 2,481 | 275 | 9 | 8 months ago | 57 | August 16, 2022 | 27 | bsd-3-clause | CSS | |
Material Design for Django | ||||||||||
Django Suit | 2,229 | 1,034 | 6 | 8 months ago | 47 | November 29, 2022 | 299 | other | SCSS | |
Modern theme for Django admin interface | ||||||||||
Django Simple History | 1,978 | 417 | 44 | 17 days ago | 46 | September 14, 2023 | 139 | bsd-3-clause | Python | |
Store model history and view/revert changes from admin site. |
django-flat-theme is included as part of Django from version 1.9! 🎉
Please use this app if your project is powered by an older Django version.
django-flat-theme brings fresh air to the default Django Admin interface which hasn't changed in 10 years, since the very first version of Django framework. This theme makes the UI modern and clean.
This app overrides the default admin's CSS. All the changes only involve CSS: colors, margins, sizes and icons; nothing major is changed.
Install via pip:
pip install django-flat-theme
Put flat
app in your INSTALLED_APPS before
django.contrib.admin
:
INSTALLED_APPS = ( ... 'flat', 'django.contrib.admin', ... )
Enjoy!
Works properly in Django 1.5+.
This theme uses the Roboto font which is under Apache 2.0 licence.
Tested in:
Login page
Dashboard
List of objects
New object