From 8e697faab9f698a58f6ea49290cfc10ca63fec79 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 23 Oct 2011 21:00:11 -0400 Subject: [PATCH] Fix static --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 921d05d..90b503b 100644 --- a/settings.py +++ b/settings.py @@ -62,7 +62,7 @@ MEDIA_URL = '' # Example: "/home/media/media.lawrence.com/static/" STATIC_ROOT = '/Users/Nick/Code/snipt/snipt/static/' STATICFILES_STORAGE = 'storages.backends.s3boto.S3BotoStorage' -TODO #STATIC_URL = 'https://d36uyda506kfod.cloudfront.net/' +STATIC_URL = 'https://dn2p0mzo970os.cloudfront.net/' AWS_ACCESS_KEY_ID = 'AKIAJTFDHBCXHJLXINKQ' AWS_SECRET_ACCESS_KEY = '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' AWS_STORAGE_BUCKET_NAME = 'snipt'