Yes, that's it. A web service that would be running a top of a web server. I have built a bioinformatics application, which I would be offering as a web service. The question is when I'm using Django, once I get the user input and process it (writing it into a file), can I just call the Bioinformatics application from the "views.py". This bioinformatics application is a Python code as well.
On Jul 16, 3:16 pm, bobhaugen <[email protected]> wrote: > On Jul 16, 7:56 am, Ravango <[email protected]> wrote: > > > I mean by web server, running a web site, which anyone could use to > > perform a specific task. In my case, I would be running a program that > > people might be interested to use. Towards building a web server, > > currently, using Django, I'm creating a local web server. > > Do you mean a web server like Apache, or a web service that rides on > top of a web server. and many web services might run on top of the > same web server? > > And what specific task that people might be interested to use do you > have in mind? (I'm not trying to pry into anything that you consider > secret here, just trying to understand better what you mean.) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

