Have the hook handle happen in the root_view proxy view itself
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 14 Jan 2014 18:13:36 +0000 (12:13 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 14 Jan 2014 18:13:36 +0000 (12:13 -0600)
commitc5b8ff2c75c2735a839efd1a5245e0c56b88ca69
tree46fba27fb47fce6e4a22044ee4047c5ec79c5ab6
parentcb76655ce2fee606a5173404b22589b4c6fd2164
Have the hook handle happen in the root_view proxy view itself

This way it isn't set in stone at a module level, especially if this
gets imported before the whole application inits, or if run during
tests and possibly imported multiple times.
mediagoblin/views.py