Hi, I've just started using Django for my project to create a web server. I've written a software in Python which does some operations on the input and produce an output. Yes, the input is user provided on a web server, and the output is displayed on the web. So, where do I call the Python software I have written? Should I call it from view, once I got an input or should I create a separate application. For now I will not be using any models/database.
Regards, Balaji. -- 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.

