Fix favicon
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
from django.conf.urls import url
|
||||
from django.conf import settings
|
||||
from django.views.generic.base import RedirectView
|
||||
|
||||
from .views import coffee_view
|
||||
|
||||
favicon_view = RedirectView.as_view(url='static/img/favicon.ico', permanent=True)
|
||||
|
||||
urlpatterns = [
|
||||
# landing page
|
||||
url(r'^$', coffee_view),
|
||||
|
||||
Reference in New Issue
Block a user