Przeglądaj źródła

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

Mohammed Khan 1 rok temu
rodzic
commit
9963c7d18c
1 zmienionych plików z 1 dodań i 0 usunięć
  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