Production settings typo

(testing basic pull request before submitting more)
This commit is contained in:
yunti 2015-09-17 12:09:26 +01:00
parent 8da7fe5f03
commit d18d3a2ab7

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'