From 6238f431b19a4a34069d265f79ade24fe8f4468b Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Mon, 9 Apr 2012 12:23:48 -0400 Subject: [PATCH] commenting out the use of S3 for static JS assets --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index bd598b833e..2370611ca4 100644 --- a/settings.py +++ b/settings.py @@ -13,7 +13,7 @@ STATIC_GRAB = False DEV_CONTENT = True LIB_URL = '/static/js/' -LIB_URL = 'https://mitxstatic.s3.amazonaws.com/js/' +# LIB_URL = 'https://mitxstatic.s3.amazonaws.com/js/' # No longer using S3 for this BOOK_URL = '/static/book/' BOOK_URL = 'https://mitxstatic.s3.amazonaws.com/book_images/'