Skip to content

Instantly share code, notes, and snippets.

@camsom
Created July 8, 2014 15:03
Show Gist options
  • Save camsom/5a661dc58eaf6259990f to your computer and use it in GitHub Desktop.
Save camsom/5a661dc58eaf6259990f to your computer and use it in GitHub Desktop.
DEBUG = os.getenv('DEBUG', False)
STATIC_ROOT = 'static'
STATIC_URL= '/static/'
if DEBUG==False:
STATIC_URL = 'http://{0}.s3.amazonaws.com/'.format(AWS_S3_BUCKET)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment