如何在Django REST框架的Browsable API中编辑收藏夹图标? [英] How do i edit the favicon in the Browsable API in Django REST framework?

查看:80
本文介绍了如何在Django REST框架的Browsable API中编辑收藏夹图标?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要编辑Browsable API的收藏夹图标。

是否可以通过重写模板中的api.html来做到这一点?

I need to edit the favicon of the Browsable API.
Is it possible to do that by overriding api.html in templates?

推荐答案

这可以实现通过在api.html中添加以下代码块

This can be achieved by adding the following block in api.html

{% block style %}
{{ block.super }}
<link rel="shortcut icon" type="image/png" href="xxxx.png" />
{% endblock %}

这篇关于如何在Django REST框架的Browsable API中编辑收藏夹图标?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆