Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Simplify SEND_EMAILS and DEBUG variables #268

Merged
merged 2 commits into from
Aug 14, 2018

Commits on Aug 14, 2018

  1. Change DJANGO_DEBUG name and default

    Both troposphere and atmosphere have a global debug, they now have the same
    name. They now both default to False.
    cdosborn committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    e52149d View commit details
    Browse the repository at this point in the history
  2. Make SEND_EMAILS its own variable

    SEND_EMAILS used to be derived from another variables. This is evil at large,
    because it makes configuration more difficult to reason about.
    cdosborn committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    63734eb View commit details
    Browse the repository at this point in the history