whosonfirst / whosonfirst-www-spelunker

A simple Flask-based spelunker for poking around Who's On First data
BSD 3-Clause "New" or "Revised" License
7 stars 9 forks source link

Add / figure out where to add a feature flag for the bundler #61

Closed thisisaaronland closed 7 years ago

thisisaaronland commented 7 years ago

This should be a Spelunker wide config that happens at start up. Chances are good it will have to go in the init method, because Flask:

https://github.com/whosonfirst/whosonfirst-www-spelunker/blob/master/www/server.py#L103-L123

For example: How do we enable this on the dev Spelunker but not prod until the prod API is live?