Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# get your consumer keys from http://www.tumblr.com/oauth/apps
TUMBLR_CONSUMER_KEY = 'key goes here'
TUMBLR_CONSUMER_SECRET = 'key goes here'
DEBUG = True
SECRET_KEY = 'development'
LOG_FILE = '/path/to/log_file.log'