Another way to ensure that we serve static files locally
authorCharles Connell <charles@connells.org>
Sat, 8 Feb 2014 15:59:00 +0000 (10:59 -0500)
committerCharles Connell <charles@connells.org>
Sat, 8 Feb 2014 15:59:00 +0000 (10:59 -0500)
karmaworld/settings/dev.py

index 232cf4f3b9c482cac5b8050513df787182811993..4042a1ee69629240874a8e7f5a988887875d3a42 100644 (file)
@@ -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