Favicon for Heroku.

master
Nick Sergeant 2014-10-22 12:21:24 -04:00
parent 2385996424
commit 39fd26b156
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ urlpatterns = patterns('',
url(r'', include('registration.backends.default.urls')),
url(r'^', include('snipts.urls')),
url(r'^(?P<path>favicon\.ico)$', 'django.views.static.serve', {'document_root': os.path.join(os.path.dirname(__file__), 'static/img')}),
)
urlpatterns += patterns('',