elixir-luxembourg / daisy

Data Information System (DAISY) is a data bookkeeping application designed to help Biomedical Research institutions with their GDPR compliance.
GNU Affero General Public License v3.0
13 stars 10 forks source link

set debug false by default in settings.py #376

Closed neoflex closed 2 years ago

neoflex commented 2 years ago

Because of the issue with stronghold and Django 3, it became critical not to use DEBUG mode in production.

vildead commented 2 years ago

just to be complete - do you refer to this issue #351, right?

neoflex commented 2 years ago

just to be complete - do you refer to this issue #351, right?

An extension of that yes, I just created #378 to clarify.