if you have different apps in a different platform or like a desktop app or mobile app you communicate with them or with a website using API in Django has a very good package called Django REST framework you can take your result of your GUI you can serialize or convert this data to JSON and send it your app in Django app website and parse or take this JSON data and translate to a dataset
On Wednesday, 22 April 2020 15:22:07 UTC+2, Sharanagouda Biradar wrote: > > HI, > > I have developed a python application(GUI using Tkinter) which triggers > python test scripts automatically and gives the result But now I want to > launch this GUI App on multiple machines using a single machine(something > like server-client model), also I want to set required config parameters in > client machine using server itself. Can I achieve all this using Django? I > am very much new to Django and need to know if I can achieve this using > Django. if not kindly let me know what tool I can use to achieve this? > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9abc3cfb-4cbc-4d67-b365-4cf08f55276f%40googlegroups.com.