The Wayback Machine - https://web.archive.org/web/20220419013511/https://github.com/topics/django-admin
Here are
495 public repositories
matching this topic...
A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球20000+网站都在使用!喜欢可以点个star✨
Updated
Mar 19, 2022
Python
Modern theme for Django admin interface
Responsive Theme for Django Admin With Sidebar Menu
Updated
Feb 18, 2022
HTML
jQuery UI-powered auto-complete fields for ForeignKey, ManyToMany and text fields
Updated
Apr 2, 2022
Python
The Best Django Resource, Awesome Django for mature packages.
Get your Django models in order
Updated
Feb 25, 2022
Python
Curated List of Awesome Django Admin Panel Articles, Libraries/Packages, Books, Themes, Videos, Resources.
Django admin classes that allow for nested inlines
Updated
Dec 20, 2021
Python
A django app that allows the easy addition of Stack Overflow's "PageDown" markdown editor to a django form field, whether in a custom app or the Django Admin
Updated
Jul 30, 2021
Python
Generic drag-and-drop ordering for objects in the Django admin interface
Updated
Apr 16, 2022
Python
A Django app for easily adding object tools in the Django admin
Updated
Mar 12, 2022
Python
A flat theme for Django admin interface. Modern, fresh, simple.
Pluggable map widgets for Django Postgis fields
Updated
Apr 18, 2022
JavaScript
django-cruds is simple drop-in django app that creates CRUD for faster prototyping
Updated
Oct 31, 2020
JavaScript
Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way
Updated
Apr 8, 2022
Python
django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
Updated
Apr 18, 2022
SCSS
An improved django-admin-tools dashboard for Django projects
Updated
Feb 10, 2022
Python
Official Django page CMS git repository
Updated
Apr 2, 2022
Python
Django-mptt-admin provides a nice Django Admin interface for Mptt models
Updated
Apr 14, 2022
JavaScript
Updated
Jun 10, 2019
Python
WordPress look and feel for Django administration panel
Updated
May 1, 2020
Python
A simple Django app to render list filters in django admin using autocomplete widget.
Updated
Feb 25, 2022
Python
Use dropdowns in Django admin list filter
Updated
Jun 5, 2020
Python
📱 An extension for Django admin that makes interface mobile-friendly. Merged into Django 2.0
Material design for django administration
Updated
Mar 31, 2022
HTML
Visually distinguish environments in Django Admin
Updated
May 19, 2021
Python
Improve this page
Add a description, image, and links to the
django-admin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
django-admin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hello everybody,
I stumbled upon the following issue while implementing advanced filtering in the admin views (using advanced-filters):
Polymorphic models can't be filtered, because the
Qobject passed from django-advanced-filters is not interpreted correctly (or theQpassed from django-advanced-filters does not conform to standa