Django - Deployment and Production
What issue exists in this
Assuming the environment variable
settings.py snippet?import os
DEBUG = os.getenv('DEBUG', False)Assuming the environment variable
DEBUG is not set, what will be the type and value of DEBUG?