Skip to content

Instantly share code, notes, and snippets.

@dchud
Created January 9, 2013 19:43
Show Gist options
  • Save dchud/4496191 to your computer and use it in GitHub Desktop.
Save dchud/4496191 to your computer and use it in GitHub Desktop.
settings to add to local_settings.py
DATA_DIR = '/home/dchud/projects/social-feed-manager/sfm/data'
TWITTER_DEFAULT_USERNAME = 'MY FANCY USERNAME'
TWITTER_CONSUMER_KEY = 'ITS CONSUMER KEY'
TWITTER_CONSUMER_SECRET = 'ITS CONSUMER SECRET'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment