Skip to content
  • Mathieu Bridon's avatar
    Better handle the DEBUG setting · 85f424b3
    Mathieu Bridon authored
    We've been setting DEBUG to True by default, and production deployments
    were responsible for setting it to False.
    
    This is backwards, as DEBUG mode is a security issue.
    
    With this commit, we now set it to False by default, and the development
    settings set it to True.
    85f424b3