From d66d77c0aab874c89ff8be43e202f6ace67b0afc Mon Sep 17 00:00:00 2001 From: Bryan Date: Fri, 17 Jan 2014 00:28:32 -0500 Subject: [PATCH] more copy pasta synchronization --- karmaworld/settings/vmdev.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karmaworld/settings/vmdev.py b/karmaworld/settings/vmdev.py index ed7c169..caf300a 100644 --- a/karmaworld/settings/vmdev.py +++ b/karmaworld/settings/vmdev.py @@ -126,7 +126,7 @@ INSTALLED_APPS += ( ) # See: http://django-storages.readthedocs.org/en/latest/backends/amazon-S3.html#settings -STATICFILES_STORAGE = DEFAULT_FILE_STORAGE = 'storages.backends.s3boto.S3BotoStorage' +STATICFILES_STORAGE = DEFAULT_FILE_STORAGE # See: http://django-storages.readthedocs.org/en/latest/backends/amazon-S3.html#settings AWS_CALLING_FORMAT = CallingFormat.SUBDOMAIN @@ -140,7 +140,7 @@ AWS_HEADERS = { } # See: https://docs.djangoproject.com/en/dev/ref/settings/#static-url -STATIC_URL = 'https://s3.amazonaws.com/%s/' % AWS_STORAGE_BUCKET_NAME +STATIC_URL = S3_URL ########## END STORAGE CONFIGURATION -- 2.25.1