Hi all

2019-03-05 Thread lakshmyyreddy
How can i redirect to login.html page -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@google

Trying to transfer some data in Sec-websocket-protocol. But the browser breaks the connection with error ----Error during WebSocket handshake: Sent non-empty 'Sec-WebSocket-Protocol' header but no res

2019-03-05 Thread Abhishek Chauhan
Error during WebSocket handshake: Sent non-empty 'Sec-WebSocket-Protocol' header but no response was received. How can i reply to subprotocol request so that the browser does not give me the above error. -- You received this message because you are subscribed to the Google Groups "Django devel

Hi all

2019-03-05 Thread lakshmyyreddy
I am using sqlite3 and when I open that file in Pycharm its getting error like File was loaded in the wrong encoding: 'UTF-8' so what can I do -- You received this mess

Re: Trying to transfer some data in Sec-websocket-protocol. But the browser breaks the connection with error ----Error during WebSocket handshake: Sent non-empty 'Sec-WebSocket-Protocol' header but no

2019-03-05 Thread samarth parashari
Try django channels for websocket and handshaking On Wed, 6 Mar, 2019, 12:02 AM Abhishek Chauhan, wrote: > Error during WebSocket handshake: Sent non-empty 'Sec-WebSocket-Protocol' > header but no response was received. How can i reply to subprotocol request > so that the browser does not give m

Re: Trying to transfer some data in Sec-websocket-protocol. But the browser breaks the connection with error ----Error during WebSocket handshake: Sent non-empty 'Sec-WebSocket-Protocol' header but no

2019-03-05 Thread Adam Johnson
This mailing list is for the development. of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Tue, 5 Mar 2019 at 18:36, samarth parashari < samarth.parashari1...@gmail.com> wrote: > Try dj

Re: Hi all

2019-03-05 Thread Adam Johnson
This mailing list is for the development. of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Tue, 5 Mar 2019 at 13:25, wrote: > I am using sqlite3 and when I open that file in Pycharm it

Re: Optimization for get_search_results() in admin

2019-03-05 Thread Joel M
I don't know whether anyone will see this, as it's my first time posting here, but I have to second this. This problem brought down our site yesterday when an unsuspecting admin user tried a 3-word search in an admin that had several search fields involving joins. The result was that the number