From 566d457413d3b55bb93637463e8a575735fc81e8 Mon Sep 17 00:00:00 2001
From: Aaron Meurer <asmeurer@gmail.com>
Date: Mon, 4 Mar 2013 22:55:56 -0700
Subject: [PATCH] Enable favicon

---
 app.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app.yaml b/app.yaml
index a164bb2..822e0c5 100644
--- a/app.yaml
+++ b/app.yaml
@@ -9,6 +9,10 @@ handlers:
   static_dir: static
   expiration: 1d
 
+- url: /favicon\.ico
+  static_files: static/images/favicon.ico
+  upload: static/images/favicon\.ico
+
 # if you're adding the shell to your own app, change this regex url to the URL
 # endpoint where you want the shell to run, e.g. /shell . You'll also probably
 # want to add login: admin to restrict to admins only.