COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210725145359/https://github.com/topics/django-admin
Here are
441 public repositories
matching this topic...
A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球10000+网站都在使用!喜欢可以点个star✨
Updated
Jul 22, 2021
Python
Modern theme for Django admin interface
Responsive Theme for Django Admin With Sidebar Menu
Updated
Jun 19, 2020
HTML
jQuery UI-powered auto-complete fields for ForeignKey, ManyToMany and text fields
Updated
Dec 12, 2020
Python
The Best Django Resource, Awesome Django for mature packages.
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
Jun 17, 2021
Python
Get your Django models in order
Updated
May 5, 2021
Python
Django admin classes that allow for nested inlines
Updated
Apr 10, 2021
Python
Curated List of Awesome Django Admin Panel Articles, Libraries/Packages, Books, Themes, Videos, Resources.
A flat theme for Django admin interface. Modern, fresh, simple.
A Django app for easily adding object tools in the Django admin
Updated
Jun 30, 2021
Python
Pluggable map widgets for Django Postgis fields
Updated
Jun 26, 2021
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
Jun 10, 2021
Python
django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
Updated
Apr 28, 2021
SCSS
An improved django-admin-tools dashboard for Django projects
Updated
Jun 10, 2021
Python
类似 xadmin 的基于Model 快速生成前后台管理增删改查,筛选,搜索的后台管理自动化工具。Antd 界面好看现代化!前后端分离!无损二次开发!由Django Restful Framework 和 Ant Design Pro V4 驱动
Updated
Apr 12, 2021
Python
Official Django page CMS git repository
Updated
Jun 10, 2021
Python
Django-mptt-admin provides a nice Django Admin interface for Mptt models
Updated
Jul 25, 2021
JavaScript
WordPress look and feel for Django administration panel
Updated
May 1, 2020
Python
Updated
Jun 10, 2019
Python
📱 An extension for Django admin that makes interface mobile-friendly. Merged into Django 2.0
Use dropdowns in Django admin list filter
Updated
Jun 5, 2020
Python
Visually distinguish environments in Django Admin
Updated
May 19, 2021
Python
Material design for django administration
Updated
Jun 16, 2021
HTML
A simple Django app to render list filters in django admin using autocomplete widget.
Updated
Jul 22, 2021
Python
django-inline-actions adds actions to each row of the ModelAdmin or InlineModelAdmin.
Updated
Jun 22, 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
Q
object passed from django-advanced-filters is not interpreted correctly (or theQ
passed from django-advanced-filters does not conform to standa