Added rudimentary route "mounting" w/ werkzeug routes; fixed auth routes
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 14 Oct 2012 21:26:23 +0000 (16:26 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 14 Oct 2012 21:26:23 +0000 (16:26 -0500)
commit0d857844b12b033ee8ecdbcfa474781f835bee59
tree97c976eb804ffcac7ecf73274124d54ffee02d89
parent1ec7ff2adbb1821c5318b4e0a18194f441d7a87e
Added rudimentary route "mounting" w/ werkzeug routes; fixed auth routes

auth routes fixes:
 - mounted the auth routes at /auth/
 - removed crufty old verification email route
mediagoblin/auth/routing.py
mediagoblin/routing.py
mediagoblin/submit/routing.py