From d7fd314eeb9e04aaecc81ca0fc1643ec5bee46b5 Mon Sep 17 00:00:00 2001 From: Burhan Khalid Date: Wed, 6 Aug 2014 20:26:22 +0300 Subject: [PATCH] fixing bug at sirdab lab demo --- .../{{cookiecutter.project_name}}/config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/config/settings.py b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/config/settings.py index fb8ba3b76..28b346cae 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/config/settings.py +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.project_name}}/config/settings.py @@ -364,7 +364,7 @@ class Production(Common): # if foo is the default, or whatever the value of the environment variable. # This causes the URL to be https://s3.amazonaws.com/<Value%20Default:%20foo%gt;/ # @burhan 2014-07-20 - STATIC_URL = 'https://s3.amazonaws.com/%s/' % (AWS_STORAGE_BUCKET_NAME.setup('DJANGO_AWS_STORAGE_BUCKET_NAME'),) + STATIC_URL = 'https://s3.amazonaws.com/%s/' % (AWS_STORAGE_BUCKET_NAME,) ########## END STORAGE CONFIGURATION ########## EMAIL