Remove favicon

Browsers tend to cache these forever, and it's not our final logo.

(imported from commit 48e607c9e7ff95ee523dd339b3fcc9a1b189fa7f)
This commit is contained in:
Keegan McAllister 2012-10-17 13:51:05 -04:00
parent 5c50375e02
commit b59e895bbf
2 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ urlpatterns = patterns('',
url(r'^api/v1/subscribe$', 'zephyr.views.api_subscribe', name='api_subscribe'),
url(r'^api/v1/send_message$', 'zephyr.views.api_send_message', name='api_send_message'),
url(r'^favicon\.ico$', 'django.views.generic.simple.redirect_to', {'url': '/static/favicon.ico'}),
url(r'^static/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': os.path.join(settings.SITE_ROOT, '..', 'zephyr', 'static/')}),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB