Explorar o código

update settings - login redirect url, static/media roots, custom print setting,

Mohammed Khan hai 1 ano
pai
achega
9963c7d18c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      backend/UnTube/settings/custom.py

+ 1 - 0
backend/UnTube/settings/custom.py

@@ -12,5 +12,6 @@ CRISPY_TEMPLATE_PACK = 'bootstrap4'
 IN_PYTHONANYWHERE = False  # PA has PYTHONANYWHERE_SITE in its env
 IN_DOCKER = False
 
+ENABLE_PRINT_STATEMENTS = False  # runs the custom print_() statement that will log outputs to terminal
 STOKEN_EXPIRATION_SECONDS = 10
 USE_ON_COMMIT_HOOK = True