Refactor routing in app.py.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 1 Dec 2012 20:36:18 +0000 (21:36 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 23 Dec 2012 11:26:34 +0000 (12:26 +0100)
commit48cf435d718b47e33cb98b048e5b58d79a46b486
treea78533b8859cb83ab2a8da13f704216df64c1fad
parentdfc23dd1e16618cdbac0a22261573be3e5d29852
Refactor routing in app.py.

Move some things out of app.py into functions in
routing.py. This makes app.py a bit more readable and
allows us to rewrite routing.
mediagoblin/app.py
mediagoblin/routing.py