Devinwon / article

0 stars 0 forks source link

add icon to your django site #37

Open Devinwon opened 5 years ago

Devinwon commented 5 years ago

way1

recommendation In my project directory,urls.py from django.views.generic.base import RedirectView path('favicon.ico/',RedirectView.as_view(url=('/static/login/img/favicon.ico'))),

way2

In my template(like base.html)

extra get request will make( not perfect)