From: Bryan Date: Fri, 17 Jan 2014 05:28:32 +0000 (-0500) Subject: more copy pasta synchronization X-Git-Tag: release-20150131~236 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d66d77c0aab874c89ff8be43e202f6ace67b0afc;p=oweals%2Fkarmaworld.git more copy pasta synchronization --- 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