cookiecutter-django/{{cookiecutter.project_slug}}/config
shireenrao 1871abd7e9 Setting up new project with mailhog without docker breaks use of mailhog (#553)
* add mailhog container for local development

* update local settings to use mailhog container for docker

* remove whitespace

* remove whitespace

* fix whitespace formatting

* another try to fix whitespace

* fix block error due to whitespace

* only use mailhog in docker if docker and mailhog is chosen in setup wizard

* Remove warning at end if using docker and mailhog

* mailhog should work locally without docker

* remove unnecessary check for docker in dev docker-compose file

* Remove section within local development docs referencing docker

As this document is meant as a how to for developing locally, I removed the section which was added for using mailhog in docker. I will add that section to the developing-locally-docker.rst file. Also removed jinja template as it does not work in docs.

* Added a comment on mailhog for local docker development

* fix hyperlink to #smtp-backend

* Added a comment on mailhog for local docker development

* pull docs/developing-locally-docker.rst from upstream

* remove changes from dev.yml and add comment for local.py

* Sync with pydanny:master
2017-06-26 22:21:32 +03:00
..
settings Setting up new project with mailhog without docker breaks use of mailhog (#553) 2017-06-26 22:21:32 +03:00
__init__.py Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
urls.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
wsgi.py Fix multiple imports on one line 2017-04-13 11:30:57 -07:00