Possible Bug Regarding model choices and form hidden input?

2017-10-27 Thread Paul Kenjora
Hi, When setting HiddenInput on a form widget for an integer model field with choices, in tests I get 'X is not a valid choice' errors. I'm guessing it's the hidden input returning a STRING and the model expecting an INT. I have a model that has *class Banner(models.Model):* *

Re: How to start and stopp threads in Django/Channels while using websockets

2017-10-27 Thread Andrew Godwin
You can't do this from inside Django right now - the background workers were designed to solve this problem. Andrew On Fri, Oct 27, 2017 at 6:26 AM, 'matrix1900' via Django users < django-users@googlegroups.com> wrote: > Hi , > > > in my project, I want to use Django and Web sockets. The

How to start and stopp threads in Django/Channels while using websockets

2017-10-27 Thread 'matrix1900' via Django users
Hi , in my project, I want to use Django and Web sockets. The Solution is --> Channels. But I have a problem. How can I start and stop an external long running thread from inside Django. I don't want to start an separate worker via console. I want to start it inside Django (Maybe in

Re: Simple file uploading app

2017-10-27 Thread guettli
I am unsure. I want to upload excel and pdf mostly, and there are no docs. Am Mittwoch, 25. Oktober 2017 17:16:35 UTC+2 schrieb Jani Tiainen: > > Hi. > > I did simple pic uploader while ago. > > Source code is available at https://github.com/jtiai/picpaster > > 25.10.2017 5.58 ip. "guettli"

Intigrate Pentaho kettle with django

2017-10-27 Thread rgupta
I installed the PDI kettle and postgresql and django project, how to do read data from the excel file and store it in the postgresql through django using pentaho. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Integrate Pentaho with django project

2017-10-27 Thread rgupta
I have the data in the excel files and I wanted to extract data from the excel file and store the data in the PostgreSQL through the Django model using the Pentaho Kettle (PDI) -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe