Created
January 9, 2013 19:43
-
-
Save dchud/4496191 to your computer and use it in GitHub Desktop.
settings to add to local_settings.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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