Merge pull request #1 from yunti/yunti-typo

Production settings typo
This commit is contained in:
yunti 2015-09-17 19:19:30 +01:00
commit 97011537e8
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ Jannis Gebauer / @got_nil
jayfk / @jayfk
stepmr / @stepmr
Adam Bogdał / @bogdal
Barclay Gauld /@yunti
* Possesses commit rights

View File

@ -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'