Closed AngusHsu closed 2 years ago
We should also set up the environment variable DEBUG=no on production along with #61 .
DEBUG=no
We get the DEBUG variable on production from recipe/settings.py, which is set DEBUG=False on production.
DEBUG
recipe/settings.py
DEBUG=False
We should also set up the environment variable
DEBUG=no
on production along with #61 .