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 subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/c3a6f882-81fe-4128-b712-2ab1a36914d2n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGp2JVFmERfKHtCAUKQ-E116nxq4yHOUR1aW7umf3AS4K7JSBQ%40mail.gmail.com.


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
> • 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 PM UTC-5 andreil...@gmail.com 
> wrote:
>
>> 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 email
>>
>> just in case, it is an old project and i am maintaining it, so maybe it 
>> is debug set to true in another place? i was just following documentation 
>> but could not find any other place where it could be
>>
>>
>> Python Version: 2.7.5
>> Django/1.2.7 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e1167979-ceaa-40b4-b6bb-78841081363cn%40googlegroups.com.


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 PM UTC-5 andreil...@gmail.com wrote:

> 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 email
>
> just in case, it is an old project and i am maintaining it, so maybe it is 
> debug set to true in another place? i was just following documentation but 
> could not find any other place where it could be
>
>
> Python Version: 2.7.5
> Django/1.2.7 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b1a85b8b-efc7-40ae-9319-cb95bc64f8e2n%40googlegroups.com.


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 email

just in case, it is an old project and i am maintaining it, so maybe it is 
debug set to true in another place? i was just following documentation but 
could not find any other place where it could be


Python Version: 2.7.5
Django/1.2.7 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6fe60cb8-e67e-4ca0-a1a4-62a5eb15f058n%40googlegroups.com.


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 subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/39e535a7-7493-44c8-9cd8-ec71c96473dbn%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL34tQFripLExrGavxmntiW8VW83mX-2Y3z8YLkiwRZPmHVK5A%40mail.gmail.com.


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 group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/39e535a7-7493-44c8-9cd8-ec71c96473dbn%40googlegroups.com.