Re: converting audio file in Django

2021-11-07 Thread Lalit Suthar
https://stackoverflow.com/questions/3049572/how-to-convert-mp3-to-wav-in-python On Wed, 3 Nov 2021 at 18:52, Shada Bahassan wrote: > Is there any platform command line utility that can convert audio file > from ul formats to wav format? > > -- > You received this message because you are

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

Re: wbd

2021-11-07 Thread Neeraj pal
Yes ofcourse On Sun, Nov 7, 2021, 7:30 PM Henry Ji wrote: > > I am a beginner too! > On Friday, October 29, 2021 at 12:37:09 AM UTC+8 emmanueltwi...@gmail.com > wrote: > >> hello everyone,I'm the beginner to use django can you teach me >> > -- > You received this message because you are

Re: wbd

2021-11-07 Thread Henry Ji
I am a beginner too! On Friday, October 29, 2021 at 12:37:09 AM UTC+8 emmanueltwi...@gmail.com wrote: > hello everyone,I'm the beginner to use django can you teach me > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: New user

2021-11-07 Thread Lalit Suthar
good one https://www.youtube.com/playlist?list=PLEsfXFp6DpzTD1BD1aWNxS2Ep06vIkaeW On Tue, 2 Nov 2021 at 15:40, Indrajeet Singh Yadav wrote: > Hi, > Like you I also started django a while back. And i feel like djangogirls > is a good place to start. > Its a tutorial site. Search google. > They