hackoregon / civic-devops

Master collection point for issues, procedures, and code to manage the HackOregon Civic platform
MIT License
11 stars 4 forks source link

Set DEBUG to False by default in all API repos #139

Closed MikeTheCanuck closed 6 years ago

MikeTheCanuck commented 6 years ago

Per agreement here: https://github.com/hackoregon/civic-devops/issues/103#issuecomment-390426650

We need to turn off Debug in production, which will require setting it to False in settings.py for each project:

This will also likely require us to toggle it to True in the env.sample or equivalent file in each project, and to notify the project owners that they need to inform their developers to toggle this in their .env files.

MikeTheCanuck commented 6 years ago

Fixed in all projects, and confirmed DEBUG=True is included in all env.sample and similar files.