Django server and client communications

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

Re: Django server and client communications

2018-03-04 Thread Avraham Serour
I suggest using DRF, It can autogenerate the schema which can be useful. It seems they also have a client to consume that, worth taking a look On 4 Mar 2018 21:58, "Richard Maceček" wrote: > Hello, I need help with client and server communications. Web Application > - Djang Server Side. The cli

Re: Django server and client communications

2018-03-05 Thread Richard Maceček
Thank you, great, I'll look. I mainly solve the authorization of the client (devices) with the input of 8 numeric code (letters - abc and numeric). This service alike track.tv has it solved. Dne neděle 4. března 2018 21:37:54 UTC+1 Avraham Serour napsal(a): > > I suggest using DRF, It can aut