谨慎乐曲

文章
5
资源
0
加入时间
3年1月10天

在Django的admin上显示超链接

Tipsallow_tags: 允许显示超链接short_description: 显示的字段名from django.contrib import adminfrom django.utils.html import format_htmlfrom .models import ModelsExample@admin.register(ModelsExample)clas...