projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8b48fb
)
Another way to ensure that we serve static files locally
author
Charles Connell
<charles@connells.org>
Sat, 8 Feb 2014 15:59:00 +0000
(10:59 -0500)
committer
Charles Connell
<charles@connells.org>
Sat, 8 Feb 2014 15:59:00 +0000
(10:59 -0500)
karmaworld/settings/dev.py
patch
|
blob
|
history
diff --git
a/karmaworld/settings/dev.py
b/karmaworld/settings/dev.py
index 232cf4f3b9c482cac5b8050513df787182811993..4042a1ee69629240874a8e7f5a988887875d3a42 100644
(file)
--- 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