Merge pull request #764 from aleprovencio/fix-docstrings

Fix docstrings
This commit is contained in:
Fábio C. Barrionuevo da Luz 2016-08-31 13:12:52 -03:00 committed by GitHub
commit 3a9bde715e
2 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,11 @@
Local settings
- Run in Debug mode
{% if cookiecutter.use_mailhog == 'y' and cookiecutter.use_docker == 'y' %}
- Use mailhog for emails
{% else %}
- Use console backend for emails
{% endif %}
- Add Django Debug Toolbar
- Add django-extensions as app
"""

View File

@ -2,10 +2,9 @@
"""
Production Configurations
- Use djangosecure
- Use Amazon's S3 for storing static files and uploaded media
- Use mailgun to send emails
- Use Redis on Heroku
- Use Redis for cache
{% if cookiecutter.use_sentry_for_error_reporting == 'y' %}
- Use sentry for error logging
{% endif %}