albatrossandco / brubeck_cms

A Django-based open source CMS for newspapers
Other
5 stars 1 forks source link

List all API keys used with different components #21

Closed allanjamesvestal closed 12 years ago

allanjamesvestal commented 12 years ago

This one will require some digging. But I feel like we should know this at some point, so that we can avoid throwing 500s just because someone doesn't have an obscure API key.

By the same token, we should also figure out which API keys are mandatory (or close to it).

myersjustinc commented 12 years ago

grep -R 'API_KEY' . shows the following:

myersjustinc commented 12 years ago

Completed in 349453028dc9c414caabb02a74814947587ed7a3 and 0455696591d8daf4b130991c6a6768603ec09bf4.