Re: Setting debug=false is no workig

2021-11-07 Thread Andrei Rolando León Salas
it was in the local.py i forgot to do the complete search. Thank you very much! El domingo, 7 de noviembre de 2021 a la(s) 17:58:07 UTC-6, Jason escribió: > eep, that's a really old version. > > what I'd do is > > • grep your project to make sure you're not defining DEBUG anywhere else > •

Re: Setting debug=false is no workig

2021-11-07 Thread Jason
eep, that's a really old version. what I'd do is • grep your project to make sure you're not defining DEBUG anywhere else • ensure you restarted your server (apache, nginx, etc) process • ensure your code you're looking at is the same as what is deployed. On Sunday, November 7, 2021 at 4:44:57

Setting debug=false is no workig

2021-11-07 Thread Andrei Rolando León Salas
Hi. i have a production site where i am using wsgi.py to show my django project. i have my settings with DEBUG = False, but when i enter a non existant route, it shows all the debug information, and it says that it has debug = true. as far as i know it should be showing error 500 and send an