1 from forum.settings import EXT_KEYS_SET
 
   2 from forum.settings.base import Setting
 
   4 TWITTER_CONSUMER_KEY = Setting('TWITTER_CONSUMER_KEY', '', EXT_KEYS_SET, dict(
 
   5 label = "Twitter consumer key",
 
   7 Get this key at the <a href="http://twitter.com/apps/">Twitter apps</a> to enable
 
   8 authentication in your site through Twitter.
 
  12 TWITTER_CONSUMER_SECRET = Setting('TWITTER_CONSUMER_SECRET', '', EXT_KEYS_SET, dict(
 
  13 label = "Twitter consumer secret",
 
  15 This your Twitter consumer secret that you'll get in the same place as the consumer key.