From: Charles Connell Date: Sat, 8 Feb 2014 15:59:00 +0000 (-0500) Subject: Another way to ensure that we serve static files locally X-Git-Tag: release-20150131~167 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1d06a707fd291cb5e48696e0aab74cd7274d3406;p=oweals%2Fkarmaworld.git Another way to ensure that we serve static files locally --- diff --git a/karmaworld/settings/dev.py b/karmaworld/settings/dev.py index 232cf4f..4042a1e 100644 --- a/karmaworld/settings/dev.py +++ b/karmaworld/settings/dev.py @@ -58,10 +58,6 @@ INSTALLED_APPS += ( 'storages', ) -# See: http://django-storages.readthedocs.org/en/latest/backends/amazon-S3.html#settings -# DEFAULT_FILE_STORAGE comes from karmaworld.secret.static_s3 -STATICFILES_STORAGE = DEFAULT_FILE_STORAGE - # See: http://django-storages.readthedocs.org/en/latest/backends/amazon-S3.html#settings AWS_CALLING_FORMAT = CallingFormat.SUBDOMAIN