Merge pull request #330 from yunti/yunti-typo

fix small typo in production settings file
This commit is contained in:
Fábio C. Barrionuevo da Luz 2015-09-17 11:03:56 -03:00
commit 37f19c3af0
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'