From 8cc11838b8a14779065142db5e907ffd29e9d8c8 Mon Sep 17 00:00:00 2001 From: idealclover Date: Thu, 27 Sep 2018 09:28:11 +0800 Subject: [PATCH] :truck: rename the icon name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 求求你了把这个图标名字改了吧2333看着难受 --- 5ba7145ad390f.32px.ico => favicon.32px.ico | Bin midware/views.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename 5ba7145ad390f.32px.ico => favicon.32px.ico (100%) diff --git a/5ba7145ad390f.32px.ico b/favicon.32px.ico similarity index 100% rename from 5ba7145ad390f.32px.ico rename to favicon.32px.ico diff --git a/midware/views.py b/midware/views.py index 3484042..ff289f4 100644 --- a/midware/views.py +++ b/midware/views.py @@ -4,5 +4,5 @@ def index(request): return HttpResponse("index") def favicon(request): - image_data = open('5ba7145ad390f.32px.ico', 'rb').read() - return HttpResponse(image_data, content_type="image/png") \ No newline at end of file + image_data = open('favicon.32px.ico', 'rb').read() + return HttpResponse(image_data, content_type="image/png")