mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-02 11:10:12 +03:00
fixing env. value to match documentation
This commit is contained in:
parent
c8ee217dd7
commit
4bf90c08ee
|
@ -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_BUCKET_NAME'),)
|
||||
STATIC_URL = 'https://s3.amazonaws.com/%s/' % (AWS_STORAGE_BUCKET_NAME.setup('DJANGO_AWS_STORAGE_BUCKET_NAME'),)
|
||||
########## END STORAGE CONFIGURATION
|
||||
|
||||
########## EMAIL
|
||||
|
|
Loading…
Reference in New Issue
Block a user