diff --git a/pgweb/urls.py b/pgweb/urls.py index 099b0370..4bff3d77 100644 --- a/pgweb/urls.py +++ b/pgweb/urls.py @@ -161,11 +161,6 @@ urlpatterns = [ # Uncomment the next line to enable the admin: url(r'^admin/', include(admin.site.urls)), - # This should not happen in production - serve by the webserver natively! - url(r'^(favicon.ico)$', 'django.views.static.serve', { - 'document_root': 'media', - }), - # Crash testing URL :-) url(r'^crashtest/$', pgweb.misc.views.crashtest),