how to recognize the voice using speech recognition in django

2019-02-23 Thread senthu nithy
Hi all, Currently, I am doing my research work on speech recognition using Django. I have only one month to submit my research work. Recognize the word is a part of my research work. I don't know how to write the code part in Django. import speech_recognition as sr # get audio from the microphon

Re: How can I refresh admin_urls

2019-02-23 Thread Scot Hacker
Django Admin is customizable to an extent, but at a certain point those customizations can cost you more time than they save, and it makes more sense to build your business logic in a standard app/view. Without digging into your code, my spidey sense tells me your app is at that point - stop tr

aplicações python com interface web

2019-02-23 Thread Mac_7 bleck
boa noite. fiz uma aplicação em python 3, executo ela pelo terminal no linux, mas queria criar uma interface web para poder executar essa aplicação em um servidor online.. a aplicação alem de ter conectividade com banco de dados ela gera e ler arquivos, alem de usar funções especificas de bibli

Cannot update file to a Django form

2019-02-23 Thread Christian Seberino
I can't seem to upload a file to a Django form. The form POST is never valid. Any ideas? Here is my code... def upload_file(request): if request.method == 'POST': form = tummytutoring.forms.UploadFileForm(request.POST, request.FILES) if form.is_valid(): open("FT

Re: Using progress bars while performing long computations and loading another page

2019-02-23 Thread Ryan Nowakowski
Whenever I've used celery in the past, any logging in the celery task appears in the terminal running the celery worker. On February 23, 2019 6:29:39 AM CST, Mohamed Maher wrote: >Hello, > >I have a scenario now where I send a GET request from a form in a web >page >to another page where I do s

Re: Work from home opportunites

2019-02-23 Thread brijkishor rajput
Connect me via skype: brijkishorrajput On Sat, 23 Feb 2019 at 8:25 PM, Abhinav tuteja wrote: > Hey i am also looking for some part time projects for extra income plz let > me know. > > On Sat, 23 Feb 2019 at 8:21 PM, Ben Indangasy wrote: > >> inbox me i have a project: Workflow Management Syste

Re: Editing models in the view: Design advice needed

2019-02-23 Thread Ryan Nowakowski
You'll need to use JavaScript and XHR to send data to the server without refreshing the page. What makes you think the POST would be janky and insecure? On February 21, 2019 7:27:17 PM CST, Denver Sale wrote: >Hello, > >I'm somewhat new to Django/front end web development so I'm wondering >what

Re: Work from home opportunites

2019-02-23 Thread Abhinav tuteja
Hey i am also looking for some part time projects for extra income plz let me know. On Sat, 23 Feb 2019 at 8:21 PM, Ben Indangasy wrote: > inbox me i have a project: Workflow Management System that i would like > implemented in Python and Django - b...@beninda.com > > > On Feb 22, 2019, at 11:45

Re: Work from home opportunites

2019-02-23 Thread Ben Indangasy
inbox me i have a project: Workflow Management System that i would like implemented in Python and Django - b...@beninda.com > On Feb 22, 2019, at 11:45 PM, Vaibhav Kumar Chaudhary > wrote: > > Hi all, I am looking for work from home opportunities in Django. I have >

Re: Work from home opportunites

2019-02-23 Thread Devender Kumar
DM 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 post to this group, send email to django-users@googlegroups.

Django connectivity with MySQL service in docker container

2019-02-23 Thread Devender Kumar
I am not able to connect my web service with MySQL db service running in docker container both of the services are in docker container. Can any one share config or some notes on this topic I am using gunicron server nginx for reverse proxy MySQL for database. And also changes to be made django s

Using progress bars while performing long computations and loading another page

2019-02-23 Thread Mohamed Maher
Hello, I have a scenario now where I send a GET request from a form in a web page to another page where I do some long processes before showing results. Now, I'd like to implement some progress bars that shows the level of completion of these processes and then get the output and show it on th

Re: looking for team members as my technical Advisory

2019-02-23 Thread RaviKiran Kk
Interested On Fri 22 Feb, 2019, 3:32 PM Nura Bash Good day, all am Nura bashir CEO of Teamlead enterprise Nigeria, am > looking for Technical advisory members for my project which am about to > start here in West Africa, is a plot project from 10 selected schools to > help train kids django.. >

Re: looking for team members as my technical Advisory

2019-02-23 Thread Abdul Hayatu
Good day mr nura! My name is Abdulrahaman hayatu, i have received your mail and i fully interested in what you are trying to do. Thanks Best regards Abdulrahaman hayatu On Fri, Feb 22, 2019, 11:02 AM Nura Bash Good day, all am Nura bashir CEO of Teamlead enterprise Nigeria, am > looking for Tec

Re:

2019-02-23 Thread Alex Kimeu
I think the issue is in your models.py . Kindly share your polls models. On Fri, 22 Feb 2019, 16:18 Vivek Bhavsar, wrote: > You should put the dot(period) after the polls > For eg:. python manage.py makemigrations polls . > > NOTE: There is space between polls and dot(period) > > > Thanks > > On