Re: Fellow Report - February 2018

2018-03-04 Thread Tim Graham
Week ending March 3, 2018 Triaged --- https://code.djangoproject.com/ticket/29163 - When uploading, if file size is greater than the FILE_UPLOAD_MAX_MEMORY_SIZE, the permissions of the file on disk is screwed up. (duplicate) https://code.djangoproject.com/ticket/29165 - Initial data how

Re: Django communications clent and server

2018-03-04 Thread Richard Maceček
Hi, Ok, sorry. Thanks Dne neděle 4. března 2018 16:21:00 UTC+1 Richard Maceček napsal(a): > > Hello, I need help with client and server communications. Web Application > - Djang Server Side. The client is written in python, it's actually a KODI > add-on. > > They need to deal with: > 1. client

Re: Django communications clent and server

2018-03-04 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support. Use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On 4 March 2018 at 12:20, Richard Maceček wrote: > Hello, I need help with client and server communications. Web Appl

Django communications clent and server

2018-03-04 Thread Richard Maceček
Hello, I need help with client and server communications. Web Application - Djang Server Side. The client is written in python, it's actually a KODI add-on. They need to deal with: 1. client authorization, 2. communications, 3. data transfer. I need to send the data I receive from the client