settings_demo.py 255 B

123456789101112
  1. """
  2. Make a copy of this file named settings_local.py and do the edits there
  3. """
  4. FLICKR_KEY = ''
  5. FLICKR_SECRET = ''
  6. FLICKR_USER_ID = ''
  7. FLICKR_BACKUP_SIZES = ['original', 'large 1600', 'large square', 'small']
  8. AWS_KEY = ''
  9. AWS_SECRET = ''
  10. AWS_BUCKET = ''