Fixed typo in generated comment. (#1306)

This commit is contained in:
Reggie Riser 2017-08-28 15:30:56 -04:00 committed by Shupeyko Nikita
parent c50c6a73be
commit 0e1c00d3b3

View File

@ -3,7 +3,7 @@ Production Configurations
{% if cookiecutter.use_whitenoise == 'y' -%}
- Use WhiteNoise for serving static files{% endif %}
- Use Amazon's S3 for {% if cookiecutter.use_whitenoise == 'n' -%}storing static files {% endif %}and uploaded media
- Use Amazon's S3 for storing {% if cookiecutter.use_whitenoise == 'n' -%}static files and {% endif %}uploaded media
- Use mailgun to send emails
- Use Redis for cache
{% if cookiecutter.use_sentry_for_error_reporting == 'y' %}