From d18d3a2ab74c73302a7f9175d3c4810385706bca Mon Sep 17 00:00:00 2001 From: yunti Date: Thu, 17 Sep 2015 12:09:26 +0100 Subject: [PATCH 1/2] Production settings typo (testing basic pull request before submitting more) --- {{cookiecutter.repo_name}}/config/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/config/settings/production.py b/{{cookiecutter.repo_name}}/config/settings/production.py index fbfaf1434..7c9fc4006 100644 --- a/{{cookiecutter.repo_name}}/config/settings/production.py +++ b/{{cookiecutter.repo_name}}/config/settings/production.py @@ -106,7 +106,7 @@ AWS_HEADERS = { # stored files. MEDIA_URL = 'https://s3.amazonaws.com/%s/' % AWS_STORAGE_BUCKET_NAME -# Static Assests +# Static Assets # ------------------------ {% if cookiecutter.use_whitenoise == 'y' -%} STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage' From 5b734de089e12e0301f444a1b2f3b229512dcbff Mon Sep 17 00:00:00 2001 From: yunti Date: Thu, 17 Sep 2015 14:39:23 +0100 Subject: [PATCH 2/2] Update CONTRIBUTORS.txt --- CONTRIBUTORS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 934cc9d35..a3b0bd0d4 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -51,6 +51,7 @@ Jannis Gebauer / @got_nil jayfk / @jayfk stepmr / @stepmr Adam BogdaƂ / @bogdal +Barclay Gauld /@yunti * Possesses commit rights