How you can turn off the debugging in Django's configuration file?

19. How you can turn off the debugging in Django's configuration file?

  1. DEBUG = false
  2. DEBUG = FALSE
  3. DEBUG = False
  4. DEBUGOFF = True

Answer: C) DEBUG = False

Explanation:

You can turn off the debugging by writing DEBUG = False in Django's configuration file.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.