文章列表
Creating a profile model with both an InlineAdmin and a post_save signal in Django(在 Django 中使用 InlineAdmin 和 post_save 信号创建配置文件模型)
How can I have Django user registration single step (instead of two step)process with email compulsory?(如何通过电子邮件强制执行 Django 用户注册单步(而不是两步)过程?)
Multiple annotate with sum and display data in admin - Django(使用总和进行多重注释并在管理员中显示数据 - Django)
Django admin add custom filter(Django 管理员添加自定义过滤器)
Displaying ForeignKey data in Django admin change/add page(在 Django 管理更改/添加页面中显示 ForeignKey 数据)
Django Admin: Order by value on related Foreign Key(Django Admin:按相关外键的值排序)
Insert or update on table quot;django_admin_logquot; violates foreign key constraint when saving new model in admin(在表“django_admin_log上插入或更新在管理员中保存新模型时违反外键约束)
using django-allauth(使用 django-allauth)
How to accept localized date format (e.g dd/mm/yy) in a DateField on an admin form?(如何在管理表单的 DateField 中接受本地化日期格式(例如 dd/mm/yy)?)
Django admin. Displaying a hierarchical dropdown filter(Django 管理员.显示分层下拉过滤器)