Debug mode¶
As we're currently running the Curriculum website in an alpha-mode, the site is running with DEBUG
set to True
.
According to the Django documentation, a production site should never run with DEBUG
turned on.
As we're currently running the Curriculum website in an alpha-mode, the site is running with DEBUG
set to True
.
According to the Django documentation, a production site should never run with DEBUG
turned on.