Permalink
Cannot retrieve contributors at this time
7 lines (6 sloc)
218 Bytes
|
# 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' |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.