Dear Django Users and Developers, I am very new to this world of web services and also python. I was reading about django and could not find solution for my problem. I hope anyone from this community can help me with the solution.
I have a python application This python script contain some modules. This script actually reads some input files , perform some computations and then output a text file with data. My task is to develope a web service for this stand alone python script so that I can execute it from a web browser. I tried to understand with google search and django documentation how to write an simple hello world application and how to call it by url. But I did not get any hint where and how " I can insert an already existing python application" to make it as a web service. For example lets say my python script is named "science.py" and it reads two input files for the input data : abc.txt and xyz.txt and after computation the output file is : output.txt Kindly give me some suggestions how to proceed to make science.py as a web service. Looking forward for some help! Thank you very much in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---